[vlc-devel] commit: automake: Don't run `make install` for VLC.app. (Pierre d' Herbemont )

git version control git at videolan.org
Sat May 10 16:47:11 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat May 10 16:47:28 2008 +0200| [07cb75ee58a9e9c7cd19cd0f9d1475165214fedf]

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

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

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

diff --git a/Makefile.am b/Makefile.am
index 8979840..8d5047c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -559,7 +559,6 @@ VLC-release.app: vlc
 # This is just for development purposes. 
 # The resulting VLC.app will only in this tree.
 VLC.app: vlc 
-	( cd src && make install )
 	rm -Rf $(top_builddir)/tmp
 	mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
 	rm -Rf $(top_builddir)/VLC.app




More information about the vlc-devel mailing list