From 1352c6305e74c36f0297695188f5c32655ae0d00 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 21 Oct 2006 09:18:06 +0000 Subject: [PATCH] * target -> host in Makefile.am --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 17e242ff59..a78e6affe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -430,7 +430,7 @@ VLC-release.app: vlc cp "$(srcdir)/modules/gui/macosx/$$i" \ $(top_builddir)/tmp/modules/gui/macosx; \ done - case $(target_triplet) in \ + case $(host_os) in \ *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ cd ../../../; \ cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \ @@ -572,7 +572,7 @@ VLC.app: vlc cp "$(srcdir)/modules/gui/macosx/$$i" \ $(top_builddir)/tmp/modules/gui/macosx; \ done - case $(target_triplet) in \ + case $(host_os) in \ *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ cd ../../../; \ cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \ -- 2.39.2