[MLton-commit] r7119
Matthew Fluet
fluet at mlton.org
Wed Jun 10 20:23:16 PDT 2009
MLB files supported for the last three releases.
----------------------------------------------------------------------
U mlton/trunk/mlton/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile 2009-06-11 03:23:14 UTC (rev 7118)
+++ mlton/trunk/mlton/Makefile 2009-06-11 03:23:16 UTC (rev 7119)
@@ -31,11 +31,11 @@
# The stubs don't work on Cygwin or MinGW, since they define spawn
# in terms of fork, and fork doesn't work on Cygwin or MinGW. So,
# make without the stubs.
- FILE := mlton.cm
+ FILE := mlton.mlb
else
# We're compiling MLton with an older version of itself, so use the stubs for
# the MLton structure.
- FILE := mlton-stubs.cm
+ FILE := mlton-stubs.mlb
endif
endif
More information about the MLton-commit
mailing list