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/input | |
parent | 97f54bf68c5aefffc94a4935e08fd6449ec501c9 (diff) | |
download | open-axiom-55893dcd3118428f046d5f539d80e9aa5345b885.tar.gz |
Add support for SBCL and CLisp
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/Makefile.in | 2 | ||||
-rw-r--r-- | src/input/Makefile.pamphlet | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Makefile.in b/src/input/Makefile.in index 14a2fc4f..52ccd819 100644 --- a/src/input/Makefile.in +++ b/src/input/Makefile.in @@ -744,7 +744,7 @@ all-check: ${OUTS} echo ')set message test on' > tmp.input; \ echo ')set message auto off' >> tmp.input ; \ echo ')read $*' >> tmp.input ; \ - echo ')lisp (bye)' >> tmp.input ; \ + echo ')lisp (|coreQuit|)' >> tmp.input ; \ echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \ rm tmp.input ) diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet index cf85241c..24956a19 100644 --- a/src/input/Makefile.pamphlet +++ b/src/input/Makefile.pamphlet @@ -361,7 +361,7 @@ all-check: ${OUTS} echo ')set message test on' > tmp.input; \ echo ')set message auto off' >> tmp.input ; \ echo ')read $*' >> tmp.input ; \ - echo ')lisp (bye)' >> tmp.input ; \ + echo ')lisp (|coreQuit|)' >> tmp.input ; \ echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \ rm tmp.input ) |