aboutsummaryrefslogtreecommitdiff
path: root/src/lisp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-04 23:26:12 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-04 23:26:12 +0000
commit120ebd220126c88eabba95ba636a84a4c4886a68 (patch)
tree9240bb3cd9c3a6956d97a38de837451e5829f85a /src/lisp/Makefile.in
parent3eb3cdcbc53db2af4e6f1cce49da52594c3160d5 (diff)
downloadopen-axiom-120ebd220126c88eabba95ba636a84a4c4886a68.tar.gz
* Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Don't pretend this is the
system GCL. * Makefile.in: Regenerate.
Diffstat (limited to 'src/lisp/Makefile.in')
-rw-r--r--src/lisp/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in
index 6b95aa22..26087819 100644
--- a/src/lisp/Makefile.in
+++ b/src/lisp/Makefile.in
@@ -64,7 +64,6 @@ ifeq (@axiom_lisp_flavor@,gcl)
' (compiler::emit-fn t))' \
' (when (fboundp (quote si::sgc-on))' \
' (si::sgc-on nil))' \
- ' (setq compiler::*default-system-p* t)' \
' (setq si::*top-level-hook* (read-from-string \"|AxiomCore|::|topLevel|\")))"' \
' si::*system-directory* (quote (list ".lsp")))' \
' "$(lisp_c_objects) @axiom_c_runtime_extra@"))' \