diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-24 11:47:01 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-24 11:47:01 +0000 |
commit | 55893dcd3118428f046d5f539d80e9aa5345b885 (patch) | |
tree | 05992761c4ad4d3421b7063de3357d1ced007c8a /src/etc | |
parent | 97f54bf68c5aefffc94a4935e08fd6449ec501c9 (diff) | |
download | open-axiom-55893dcd3118428f046d5f539d80e9aa5345b885.tar.gz |
Add support for SBCL and CLisp
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/Makefile.in b/src/etc/Makefile.in index c872654c..60605377 100644 --- a/src/etc/Makefile.in +++ b/src/etc/Makefile.in @@ -50,11 +50,11 @@ stamp: $(axiom_targetdir)/algebra/*.daase $(axiom_target_bindir)/asq$(EXEEXT) \ -rm -f stamp $(STAMP) stamp -$(axiom_targetdir)/algebra/*.daase: ../algebra/*.NRLIB/code.$(OBJEXT) +$(axiom_targetdir)/algebra/*.daase: ../algebra/*.NRLIB/code.$(FASLEXT) @ echo 4 rebuilding databases... @ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra @ (cd ../algebra ; \ - echo ')lisp (make-databases "" nil)' | ${INTERPSYS} ) + echo ')lisp (make-databases nil)' | ${INTERPSYS} ) @ $(INSTALL_DATA) ../algebra/*.daase $(axiom_targetdir)/algebra @ $(INSTALL_DATA) ../algebra/libdb.text $(axiom_targetdir)/algebra @ $(INSTALL_DATA) ../algebra/comdb.text $(axiom_targetdir)/algebra |