projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf6bfc
)
Make compile-xml dependent on cref-star-parser.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Sun, 13 Oct 2013 07:48:19 +0000
(
00:48
-0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index a1524fdacdf3ab95d6a6473fe61ff267c93d9549..09b503dc1e070304ca3d79dc8dd1bc3cc28e8d16 100644
(file)
--- 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)