[MLton-commit] r5656
Matthew Fluet
fluet at mlton.org
Tue Jun 19 13:21:33 PDT 2007
Merge trunk revisions 5556:5655 into x86_64 branch
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/mlton/Makefile
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/mlton/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/mlton/Makefile 2007-06-19 20:18:39 UTC (rev 5655)
+++ mlton/branches/on-20050822-x86_64-branch/mlton/Makefile 2007-06-19 20:21:32 UTC (rev 5656)
@@ -87,7 +87,7 @@
#! Pass $(PATH) to upgrade-basis because it is run via #!/usr/bin/env
# bash, which resets the path.
$(UP):
- "$(SRC)/bin/upgrade-basis" "$(PATH)" "$(HOST_ARCH)" "$(HOST_OS)" >$(UP)
+ "$(SRC)/bin/upgrade-basis" '$(PATH)' "$(HOST_ARCH)" "$(HOST_OS)" >$(UP)
mlton.sml: $(SOURCES)
rm -f mlton.sml && mlton -stop sml mlton.cm && chmod -w mlton.sml
More information about the MLton-commit
mailing list