diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-11-16 01:18:29 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-11-16 01:18:29 +0100 |
commit | 46c5c479dec69e061f8a763589c03b46362c6b11 (patch) | |
tree | 2e258e72ae4f76ffa7cb0c3718ecdef38f2e758a | |
parent | 9a0d8b52f97f539841ac65cac13190189cb0254a (diff) |
#i10000# override makefiles during unzipooo/DEV300_m66ooo/DEV300_m65
-rw-r--r-- | icc/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icc/makefile.mk b/icc/makefile.mk index 5542db0..abd8b59 100644 --- a/icc/makefile.mk +++ b/icc/makefile.mk @@ -54,7 +54,7 @@ CONVERTFILES= \ Contrib$/ICC_utils$/Stubs.h \ Contrib$/ICC_utils$/Vetters.cpp -CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)..$/source$/create_sRGB_profile Contrib$/CmdLine && unzip $(BACK_PATH)..$/makefiles.zip +CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)..$/source$/create_sRGB_profile Contrib$/CmdLine && unzip -o $(BACK_PATH)..$/makefiles.zip BUILD_ACTION=dmake && cd Contrib$/CmdLine$/create_sRGB_profile && $(AUGMENT_LIBRARY_PATH) .$/create_sRGB_profile # --- Targets ------------------------------------------------------ |