[MLton-commit] r4044
Stephen Weeks
MLton@mlton.org
Fri, 26 Aug 2005 21:01:24 -0700
Fixed version target, which wasn't correctly updating the version in
the compiler sources, since it had moved files.
----------------------------------------------------------------------
U mlton/trunk/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2005-08-26 17:51:06 UTC (rev 4043)
+++ mlton/trunk/Makefile 2005-08-27 04:01:21 UTC (rev 4044)
@@ -316,7 +316,7 @@
package/debian/changelog \
package/rpm/mlton.spec \
package/freebsd/Makefile \
- mlton/control/control.sml; \
+ mlton/control/control-flags.sml; \
do \
sed "s/\(.*\)MLTONVERSION\(.*\)/\1$(VERSION)\2/" <$$f >z && \
mv z $$f; \