Commit 52267cfe authored by Christophe Massiot's avatar Christophe Massiot

* Makefile.am: fix build location of Mac OS X bundle for Darwin8.

parent 76d50d45
...@@ -575,7 +575,7 @@ VLC-release.app: vlc ...@@ -575,7 +575,7 @@ VLC-release.app: vlc
$(top_builddir)/VLC-release.app;; \ $(top_builddir)/VLC-release.app;; \
*darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
cd ../../../; \ cd ../../../; \
cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
$(top_builddir)/VLC-release.app;; \ $(top_builddir)/VLC-release.app;; \
esac esac
rm -Rf $(top_builddir)/tmp rm -Rf $(top_builddir)/tmp
...@@ -685,7 +685,7 @@ VLC.app: vlc ...@@ -685,7 +685,7 @@ VLC.app: vlc
$(top_builddir)/VLC.app;; \ $(top_builddir)/VLC.app;; \
*darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
cd ../../../; \ cd ../../../; \
cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
$(top_builddir)/VLC.app;; \ $(top_builddir)/VLC.app;; \
esac esac
rm -Rf $(top_builddir)/tmp rm -Rf $(top_builddir)/tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment