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 | |
parent | 41417ffe7acb1875f7dd7db8fa8f7ef29b447c33 (diff) | |
download | open-axiom-24b9bd5e93048c335fa21ff5a17dc33d4a6a57ae.tar.gz |
* algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index debe24eb..c05e953d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2012-05-24 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko. + +2012-05-24 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/scanner.boot: Eliminate fluid variable $n. (lexerRefresh?): New. (lexerSetLine!): Likewise. 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: |