[Libreoffice-commits] .: nlpsolver/makefile.mk
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Mar 4 07:38:20 PST 2011
nlpsolver/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 05f3a804473c4e48e3562e9d45330714479979da
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Mar 4 16:38:12 2011 +0100
fix windows build
diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk
index 451e1b3..ec7a063 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=
More information about the Libreoffice-commits
mailing list