mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Using CHIBI_DEPENDENCIES in clibs.c rule deps instead of hard-coded chibi-scheme.
This commit is contained in:
parent
41ea3bb835
commit
3f85d7c2c0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -123,7 +123,7 @@ chibi-scheme-static$(EXE): main.o $(SEXP_OBJS) $(EVAL_OBJS)
|
|||
chibi-scheme-ulimit$(EXE): main.o $(SEXP_ULIMIT_OBJS) $(EVAL_OBJS)
|
||||
$(CC) $(XCFLAGS) $(STATICFLAGS) -o $@ $^ $(LDFLAGS) $(GCLDFLAGS) -lm
|
||||
|
||||
clibs.c: $(GENSTATIC) chibi-scheme$(EXE)
|
||||
clibs.c: $(GENSTATIC) $(CHIBI_DEPENDENCIES)
|
||||
$(FIND) lib -name \*.sld | $(CHIBI) -q $(GENSTATIC) > $@
|
||||
|
||||
chibi-scheme.pc: chibi-scheme.pc.in
|
||||
|
|
Loading…
Add table
Reference in a new issue