[vlc-commits] contrib: gpg-error: do not try to cp file to the same location

Marvin Scholz git at videolan.org
Wed Dec 11 01:33:10 CET 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Dec 11 01:32:12 2019 +0100| [822643977949630904cb03241f25ef54bf977d7e] | committer: Marvin Scholz

contrib: gpg-error: do not try to cp file to the same location

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=822643977949630904cb03241f25ef54bf977d7e
---

 contrib/src/gpg-error/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 38219ccb5e..ea953f6e48 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -33,7 +33,9 @@ ifdef HAVE_ARMV7A
 	cp $@/src/syscfg/lock-obj-pub.arm-apple-darwin.h $@/src/syscfg/lock-obj-pub.$(HOST).h
 else
 ifeq ($(ARCH),aarch64)
+ifneq ($(HOST),aarch64-apple-darwin)
 	cp $@/src/syscfg/lock-obj-pub.aarch64-apple-darwin.h $@/src/syscfg/lock-obj-pub.$(HOST).h
+endif
 else
 	cp $@/src/syscfg/lock-obj-pub.x86_64-apple-darwin.h $@/src/syscfg/lock-obj-pub.$(HOST).h
 endif



More information about the vlc-commits mailing list