[MLton-commit] r7334

Wesley Terpstra wesley at mlton.org
Sun Nov 1 15:41:42 PST 2009


Depend on the sml file where it's actually used.


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

U   mlton/trunk/package/mingw/Makefile

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

Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile	2009-11-01 23:38:37 UTC (rev 7333)
+++ mlton/trunk/package/mingw/Makefile	2009-11-01 23:41:41 UTC (rev 7334)
@@ -17,7 +17,7 @@
 %.exe:		%.sml
 	$(MLTON) $<
 
-self32.lst:	files2cmp.exe
+self32.lst:
 	rm -rf staging
 	$(MAKE) -C ../.. PREFIX= install
 	mv ../../install staging
@@ -57,7 +57,7 @@
 	cd staging; 7z x ../$<
 	mv $@.tmp $@
 
-%.wxs:	%.lst
+%.wxs:	%.lst files2cmp.exe
 	./files2cmp $(*F) < $< > $@
 
 # This has to happen after everything else is unpacked; depend on PKG_LST




More information about the MLton-commit mailing list