From: Matt Birkholz Date: Sun, 13 Oct 2013 07:48:19 +0000 (-0700) Subject: Make compile-xml dependent on cref-star-parser. X-Git-Tag: release-9.2.0~64 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e73c5d19badbc8b5410bd9c1eb3af42058a848be;p=mit-scheme.git Make compile-xml dependent on cref-star-parser. xml.pkg wants (global-definitions "../star-parser/parser") else ;Warning: Could not find global definitions: ... --- diff --git a/src/Makefile.in b/src/Makefile.in index a1524fdac..09b503dc1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -612,6 +612,7 @@ bundle-xml: xml/xml-unx.c .PHONY: compile-xml compile-xml: toolchain compile-xml: cref-xml +compile-xml: cref-star-parser (echo '(with-working-directory-pathname "xml"' && \ echo ' (lambda () (load "compile")))') \ | $(TOOL_TOOLCHAIN)