Make compile-xml dependent on cref-star-parser.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 13 Oct 2013 07:48:19 +0000 (00:48 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 13 Oct 2013 07:48:19 +0000 (00:48 -0700)
xml.pkg wants (global-definitions "../star-parser/parser") else
;Warning: Could not find global definitions: ...

src/Makefile.in

index a1524fdacdf3ab95d6a6473fe61ff267c93d9549..09b503dc1e070304ca3d79dc8dd1bc3cc28e8d16 100644 (file)
@@ -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)