[MLton-commit] r7328
Wesley Terpstra
wesley at mlton.org
Sun Nov 1 14:33:40 PST 2009
No spaces in dependencies; needed to bootstrap on MinGW.
----------------------------------------------------------------------
U mlton/trunk/mlton/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile 2009-11-01 21:39:06 UTC (rev 7327)
+++ mlton/trunk/mlton/Makefile 2009-11-01 22:33:37 UTC (rev 7328)
@@ -53,7 +53,7 @@
$(FILE) \
upgrade-basis.sml \
$(FRONT_END_SOURCES) \
- $(filter-out control/version.sml,$(shell if [ -r $(FILE) ]; then mlton -stop f $(FILE); fi))
+ $(filter-out control/version.sml,$(shell if [ -r $(FILE) ]; then mlton -stop f $(FILE) | grep -v " "; fi))
.PHONY: all
all: $(AOUT)
More information about the MLton-commit
mailing list