[MLton-commit] r7149

Matthew Fluet fluet at mlton.org
Mon Jun 15 15:33:32 PDT 2009


Dependencies for making mlton.def-use from clean sources.
----------------------------------------------------------------------

U   mlton/trunk/mlton/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile	2009-06-15 22:27:52 UTC (rev 7148)
+++ mlton/trunk/mlton/Makefile	2009-06-15 22:33:32 UTC (rev 7149)
@@ -105,7 +105,9 @@
 	mlton $(FLAGS) $(FILE)
 
 .PHONY: def-use
-def-use:
+def-use: mlton.def-use
+
+mlton.def-use: $(SOURCES)
 	mlton $(FLAGS) -stop tc -prefer-abs-paths true -show-def-use mlton.def-use $(FILE)
 
 .PHONY: clean




More information about the MLton-commit mailing list