[MLton-commit] r7094
Matthew Fluet
fluet at mlton.org
Sun Apr 19 09:03:33 PDT 2009
Don't need to filter out a nonexistent file.
----------------------------------------------------------------------
U mlton/trunk/mlton/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile 2009-04-19 16:03:29 UTC (rev 7093)
+++ mlton/trunk/mlton/Makefile 2009-04-19 16:03:32 UTC (rev 7094)
@@ -188,7 +188,6 @@
grep -v 'sml/basis' | \
grep -v 'mlton-stubs' | \
grep -v 'mlyacc' | \
- grep -v 'main/export-mlton.sml' | \
grep -v 'call-main.sml'; \
) | sed 's|\(.*\)|use "\1";|' > mlton-polyml.use
More information about the MLton-commit
mailing list