diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-24 22:19:25 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-24 22:19:25 +0000 |
commit | 24b9bd5e93048c335fa21ff5a17dc33d4a6a57ae (patch) | |
tree | 07936651e7a6c661f38683c2842d17498beb49e3 /src/algebra | |
parent | 41417ffe7acb1875f7dd7db8fa8f7ef29b447c33 (diff) | |
download | open-axiom-24b9bd5e93048c335fa21ff5a17dc33d4a6a57ae.tar.gz |
* algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index e76e9473..ff4a0598 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -2466,7 +2466,7 @@ initdb.clisp: $(SPADFILES) $(top_confdir)/move-if-change initdb.$$$$ $@ initdb.$(FASLEXT): initdb.clisp - $(DRIVER) --execpath=$(BOOTSYS) \ + $(DRIVER) --execpath=$(BOOTSYS) --syslib=$(axiom_target_libdir) \ --compile --output=$@ --load-directory=../interp $< mostlyclean-local: |