[MLton-commit] r4483

Matthew Fluet MLton@mlton.org
Sun, 7 May 2006 17:54:20 -0700


Revert creating target arch-os directory in basis
----------------------------------------------------------------------

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-05-08 00:52:10 UTC (rev 4482)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-05-08 00:54:20 UTC (rev 4483)
@@ -212,7 +212,6 @@
 	$(CC) $(OPTCFLAGS) $(WARNCFLAGS) -o gen/gen-types gen/gen-types.c $(UTILOFILES)
 	cd gen && ./gen-types
 	cp gen/c-types.h c-types.h
-	mkdir -p ../basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)
 	cp gen/c-types.sml ../basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml
 	cp gen/ml-types.h ml-types.h
 	rm -f gen/gen-types gen/c-types.h gen/c-types.sml gen/ml-types.h