From e73c5d19badbc8b5410bd9c1eb3af42058a848be Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 13 Oct 2013 00:48:19 -0700 Subject: [PATCH] Make compile-xml dependent on cref-star-parser. xml.pkg wants (global-definitions "../star-parser/parser") else ;Warning: Could not find global definitions: ... --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1