[vlc-commits] commit: makefile: revert previous Xcode4 fix. ( =?UTF-8?Q?Felix=20Paul=20Ku=CC=88hne=20?=)

git at videolan.org git at videolan.org
Mon Jan 17 13:47:54 CET 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 17 13:47:46 2011 +0100| [7b9f7900ed0fcccfa8b17857cefc0a09492bd3a6] | committer: Felix Paul Kühne 

makefile: revert previous Xcode4 fix.

This will need a proper fix once both Xcode 3 and 4 are available.

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

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

diff --git a/Makefile.am b/Makefile.am
index ec8b2bc..f5eb287 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -471,7 +471,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
@@ -624,7 +624,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
              $(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.app
 	$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS



More information about the vlc-commits mailing list