[Libreoffice-commits] .: expat/UnpackedTarball_expat.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 26 03:59:38 PDT 2012
expat/UnpackedTarball_expat.mk | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit aed681368255b67f1c9de8d501d171a784118dd3
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Oct 26 12:56:24 2012 +0200
expat: GNUCOPY is empty on Darwin, use cp instead
Change-Id: I96893aa0aed6144c3888a85afe64f90d969e9448
diff --git a/expat/UnpackedTarball_expat.mk b/expat/UnpackedTarball_expat.mk
index ea9d41f..d9fb82c 100644
--- a/expat/UnpackedTarball_expat.mk
+++ b/expat/UnpackedTarball_expat.mk
@@ -23,11 +23,11 @@ $(eval $(call gb_UnpackedTarball_add_patches,expat,\
# on windows 64 bit platform we need to link it twice:
# with $(LINK_X64_BINARY) and with $(gb_LINK).
$(eval $(call gb_UnpackedTarball_set_post_action,expat,\
- $(GNUCOPY) lib/xmlparse.c lib/unicode_xmlparse.c \
- $(if $(filter $(BUILD_X64),TRUE), && \
- $(GNUCOPY) lib/xmlparse.c lib/xmlparse_x64.c && \
- $(GNUCOPY) lib/xmltok.c lib/xmltok_x64.c && \
- $(GNUCOPY) lib/xmlrole.c lib/xmlrole_x64.c)\
+ cp lib/xmlparse.c lib/unicode_xmlparse.c \
+ $(if $(filter $(BUILD_X64),TRUE), && \
+ cp lib/xmlparse.c lib/xmlparse_x64.c && \
+ cp lib/xmltok.c lib/xmltok_x64.c && \
+ cp lib/xmlrole.c lib/xmlrole_x64.c) \
))
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list