[MLton-commit] r7357
Wesley Terpstra
wesley at mlton.org
Tue Nov 3 04:55:50 PST 2009
Fixup dependencies.
----------------------------------------------------------------------
U mlton/trunk/package/mingw/Makefile
U mlton/trunk/package/mingw/files2wix.sml
----------------------------------------------------------------------
Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile 2009-11-03 12:36:36 UTC (rev 7356)
+++ mlton/trunk/package/mingw/Makefile 2009-11-03 12:55:49 UTC (rev 7357)
@@ -94,6 +94,6 @@
dirs.wxs: dirs2wix.exe $(PKG_LST)
cd staging; find * -type d | ../dirs2wix > ../$@.tmp
mv $@.tmp $@
-files.wxs: files2wix.exe $(PKG_LST)
+files.wxs: files2wix.exe guid.exe $(PKG_LST)
cat $(PKG_LST) | sort | uniq | ./files2wix > ./$@.tmp
mv $@.tmp $@
Modified: mlton/trunk/package/mingw/files2wix.sml
===================================================================
--- mlton/trunk/package/mingw/files2wix.sml 2009-11-03 12:36:36 UTC (rev 7356)
+++ mlton/trunk/package/mingw/files2wix.sml 2009-11-03 12:55:49 UTC (rev 7357)
@@ -53,7 +53,7 @@
MLton.Process.create {
args = [path],
env = NONE,
- path = "./guid",
+ path = "guid.exe",
stdin = MLton.Process.Param.null,
stderr = MLton.Process.Param.self,
stdout = MLton.Process.Param.pipe
More information about the MLton-commit
mailing list