From: Taylor R Campbell Date: Mon, 7 Oct 2013 18:37:10 +0000 (+0000) Subject: Remove unfinished kludge to build IMAIL with LIARC. X-Git-Tag: release-9.2.0~82 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1e403cccb1cc8a707600005ad2296e8dde3a9086;p=mit-scheme.git Remove unfinished kludge to build IMAIL with LIARC. --- diff --git a/src/Makefile.in b/src/Makefile.in index 917abef02..abe3e18cb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -726,20 +726,13 @@ compile-imail: cref-imail .PHONY: cref-imail cref-imail: target-toolchain -cref-imail: compile-edwin-pkd # Kludge to load pkds, which were fasdumped -cref-imail: compile-sos-pkd # by cross tools so target can't load them -cref-imail: compile-star-parser-pkd # on LIARC -- unless they're compiled. cref-imail: cref-edwin cref-imail: cref-runtime cref-imail: cref-sos cref-imail: cref-star-parser - (echo '(begin' && \ - echo ' (load-option (quote EDWIN))' && \ - echo ' (load-option (quote SOS))' && \ - echo ' (load-option (quote *PARSER))' && \ - echo ' (with-working-directory-pathname "imail"' && \ - echo ' (lambda ()' && \ - echo ' (cref/generate-trivial-constructor "imail"))))') \ + (echo '(with-working-directory-pathname "imail"' && \ + echo ' (lambda ()' && \ + echo ' (cref/generate-trivial-constructor "imail")))') \ | $(TARGET_SYNTAXER) # **** Legacy serialized targets ****