|
From: Matthew F. <fl...@ml...> - 2006-11-29 19:55:24
|
Create directory basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS) when copying c-types.sml from runtime. ---------------------------------------------------------------------- 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-11-30 03:54:37 UTC (rev 4875) +++ mlton/branches/on-20050822-x86_64-branch/Makefile 2006-11-30 03:55:23 UTC (rev 4876) @@ -284,6 +284,7 @@ $(MAKE) -C runtime $(CP) include/*.h "$(INC)/" $(CP) runtime/*.a "$(LIB)/$(TARGET)/" + mkdir -p "$(SRC)/basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)" $(CP) runtime/gen/c-types.sml \ basis-library/config/c/$(TARGET_ARCH)-$(TARGET_OS)/c-types.sml $(CP) runtime/gen/basis-ffi.sml \ |