Remove unfinished kludge to build IMAIL with LIARC.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 18:37:10 +0000 (18:37 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Oct 2013 18:37:10 +0000 (18:37 +0000)
src/Makefile.in

index 917abef02a246f8d4b61925648f1aceec35164c0..abe3e18cb6ab88e06a241555fce163b096b1b4f9 100644 (file)
@@ -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 ****