Commit 07cb75ee authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

automake: Don't run `make install` for VLC.app.

parent 7e4d4e22
...@@ -559,7 +559,6 @@ VLC-release.app: vlc ...@@ -559,7 +559,6 @@ VLC-release.app: vlc
# This is just for development purposes. # This is just for development purposes.
# The resulting VLC.app will only in this tree. # The resulting VLC.app will only in this tree.
VLC.app: vlc VLC.app: vlc
( cd src && make install )
rm -Rf $(top_builddir)/tmp rm -Rf $(top_builddir)/tmp
mkdir -p "$(top_builddir)/tmp/extras/package/macosx" mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
rm -Rf $(top_builddir)/VLC.app rm -Rf $(top_builddir)/VLC.app
......
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