[vlc-commits] commit: Makefile: fixed VLC-release.app creation with Xcode 3.1 ( =?UTF-8?Q?Felix=20Paul=20K=C3=BChne=20?=)

git at videolan.org git at videolan.org
Sat Jan 8 18:58:09 CET 2011


vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jan  8 18:57:54 2011 +0100| [ae072c46660bee28c6326a8b5a9616cd9838ce25] | committer: Felix Paul Kühne 

Makefile: fixed VLC-release.app creation with Xcode 3.1

This breaks the compilation with Xcode4 again, but that's okay for now.

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

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0146dc9..032193f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -507,7 +507,7 @@ VLC-release.app: vlc
              $(top_builddir)/tmp/modules/gui/macosx; \
 	done
 	$(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
-	xcodebuild install -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
+	xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
 	cd ../../../../ && \
 	cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
 	rm -Rf $(top_builddir)/tmp



More information about the vlc-commits mailing list