[MLton-commit] r4516

Wesley Terpstra MLton@mlton.org
Wed, 10 May 2006 08:07:56 -0700


This rule gets re-run sometimes and fails because the source file is missing.
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/Makefile

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

Modified: mlton/branches/on-20050822-x86_64-branch/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/Makefile	2006-05-10 14:29:59 UTC (rev 4515)
+++ mlton/branches/on-20050822-x86_64-branch/Makefile	2006-05-10 15:07:56 UTC (rev 4516)
@@ -282,9 +282,9 @@
 	$(MAKE) -C runtime
 	$(CP) include/*.h "$(INC)/"
 	$(CP) runtime/*.a "$(LIB)/$(TARGET)/"
-	mv runtime/gen/c-types.sml \
+	cp runtime/gen/c-types.sml \
 		basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml	
-	mv runtime/gen/basis-ffi.sml \
+	cp runtime/gen/basis-ffi.sml \
 		basis-library/primitive/basis-ffi.sml
 	mkdir -p "$(INC)/gc"
 	mkdir -p "$(INC)/util"