[MLton-commit] r4879

Matthew Fluet fluet at mlton.org
Wed Nov 29 20:33:37 PST 2006


Create real-basis.c in correct directory
----------------------------------------------------------------------

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

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

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-11-30 04:10:33 UTC (rev 4878)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-11-30 04:33:32 UTC (rev 4879)
@@ -257,8 +257,8 @@
 	cat $(BASISCFILES) >> basis.c
 
 basis/Real/real-basis.c: $(REAL_BASISCFILES)
-	rm -f basis/real/real-basis.c
-	cat $(REAL_BASISCFILES) >>  basis/real/real-basis.c
+	rm -f basis/Real/real-basis.c
+	cat $(REAL_BASISCFILES) >> basis/Real/real-basis.c
 
 gen/c-types.h gen/c-types.sml gen/ml-types.h: gen/gen-types.c util.h util.o
 	$(CC) $(OPTCFLAGS) $(WARNCFLAGS) -o gen/gen-types gen/gen-types.c util.o




More information about the MLton-commit mailing list