author | Camm Maguire <camm@debian.org> | 2013年10月28日 13:24:54 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2013年11月05日 17:44:33 +0000 |
commit | aa6a9ee235f7f104000b4fd0315d32ad7b5f2815 (patch) | |
tree | eb231875293d03a15ea985c947c20fea293531b0 | |
parent | 0ceb55dfebcaae8f91329cfaaf99de5d49d0fee8 (diff) | |
download | gcl-aa6a9ee235f7f104000b4fd0315d32ad7b5f2815.tar.gz |
-rw-r--r-- | gcl/makefile | 2 |
diff --git a/gcl/makefile b/gcl/makefile index aa40a7a58..cbbfdcfd3 100644 --- a/gcl/makefile +++ b/gcl/makefile @@ -166,7 +166,7 @@ pargcl_all: $(BUILD_BFD) $(PORTDIR)/$(FLISP) command cmpnew/gcl_collectfn.o \ && cp ${PARGCLDIR}/src/saved_pargcl unixport/ \ && cd unixport \ && mv saved_pargcl temp$(EXE) \ - && echo '(reset-sys-paths "$(GCLDIR)/")(si::save-system "saved_pargcl")' | ./temp$(EXE) \ + && echo '(si::reset-sys-paths "$(GCLDIR)/")(si::save-system "saved_pargcl")' | ./temp$(EXE) \ && echo '#' \ && echo '#' \ && echo '# ParGCL built. To test it: cd bin; ./pargcl ' \ |