From 55893dcd3118428f046d5f539d80e9aa5345b885 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 24 Mar 2008 11:47:01 +0000 Subject: Add support for SBCL and CLisp --- src/input/Makefile.in | 2 +- src/input/Makefile.pamphlet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input') 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 ) -- cgit v1.2.3