diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-04 16:38:12 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-04 16:38:12 +0100 |
commit | a15c75dfb12538e9e0658518144fa95b39513e18 (patch) | |
tree | 2d8120d768d525553398006515869753ad761af8 /nlpsolver | |
parent | cccae0af1a065c127f36e8341060e293acf0887f (diff) |
fix windows build
Notes
split repo tag: extensions_LO-BASE-INTEGRATION-DEV300_M101
Diffstat (limited to 'nlpsolver')
-rw-r--r-- | nlpsolver/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk index 451e1b377c30..ec7a06388fae 100644 --- a/nlpsolver/makefile.mk +++ b/nlpsolver/makefile.mk @@ -46,7 +46,7 @@ PATCH_FILES=nlpsolver-0.9.patch ANT_FLAGS+=-Dplatforms.JDK_1.5.home=$(JAVA_HOME) -Doffice.program.dir=$(SOLARBINDIR) -CONFIGURE_ACTION=cp -rpv ../../../../locale src/ +CONFIGURE_ACTION=cp -rv --preserve=timestamps ../../../../locale src/ .IF "$(JAVACISGCJ)"=="yes" JAVA_HOME= |