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 | 8180586f8bf8aa7f728b0bc03c98eabd932cd114 (patch) | |
tree | a2b5608465607cc6eab7d7f6b9b12cfa49b0ca27 /icc | |
parent | ef0288de0a9995b5cce386d659a441617f525da5 (diff) |
#i10000# override makefiles during unzip
Notes
Notes:
split repo tag: libs-extern_ooo/DEV300_m65
split repo tag: libs-extern_ooo/DEV300_m66
Diffstat (limited to 'icc')
-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 5542db030ce6..abd8b59165a1 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 ------------------------------------------------------ |