aboutsummaryrefslogtreecommitdiff
path: root/src/lisp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-15 09:20:22 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-15 09:20:22 +0000
commita2f39f13bed2d39accb83cbb7f9e3336b2c92c1c (patch)
tree08d31ef32d2acb81c52ef96cc3dcf12820e72b87 /src/lisp/Makefile.in
parent78e524ef8c2135d112f880695af20b1b818011cd (diff)
downloadopen-axiom-a2f39f13bed2d39accb83cbb7f9e3336b2c92c1c.tar.gz
* lisp/core.lisp.in (|$StandardLinking|): New. Export.
* lisp/Makefile.in (edit): Update. * interp/daase.lisp: Don't load initial databases when --system-algebra. * interp/Makefile.pamphlet (${SAVESYS}): Build with --system-algebra.
Diffstat (limited to 'src/lisp/Makefile.in')
-rw-r--r--src/lisp/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in
index 4ca6535e..5c5233fd 100644
--- a/src/lisp/Makefile.in
+++ b/src/lisp/Makefile.in
@@ -143,6 +143,7 @@ edit = sed \
-e 's|@LIBEXT[@]|$(LIBEXT)|g' \
-e 's|@oa_c_runtime_extra[@]|$(oa_c_runtime_extra)|g' \
-e 's|@oa_base_lisp_linkset[@]|$(base_lisp_objects)|g' \
+ -e 's|@oa_standard_linking[@]|$(oa_standard_linking)|g' \
-e 's|@void_type[@]|$(void_type)|g' \
-e 's|@char_type[@]|$(char_type)|g' \
-e 's|@int_type[@]|$(int_type)|g' \