]> git.sesse.net Git - vlc/commitdiff
Makefile.am: Attempt to fix VLC.app VLC-release.app.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 13:35:19 +0000 (13:35 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 13:35:19 +0000 (13:35 +0000)
Makefile.am

index 88b252953b8416d360d4768ef0c0fd8137330a6c..b45f344dd6df5870757a66bda75fbb0ad604f105 100644 (file)
@@ -352,9 +352,7 @@ noinst_DATA = VLC.app
 # VLC-release.app is the old VLC.app target
 VLC-release.app: vlc
        ( cd src && make install )
-       if test -e $(top_builddir)/tmp ; then
-         rm -Rf $(top_builddir)/tmp
-       fi
+       if test -e $(top_builddir)/tmp ; then rm -Rf $(top_builddir)/tmp; fi
        mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
        rm -Rf $(top_builddir)/VLC-release.app
        cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/
@@ -521,9 +519,7 @@ VLC-release.app: vlc
 
 VLC.app: vlc 
        ( cd src && make install )
-       if test -e $(top_builddir)/tmp ; then
-         rm -Rf $(top_builddir)/tmp
-       fi
+       if test -e $(top_builddir)/tmp ; then rm -Rf $(top_builddir)/tmp; fi
        mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
        rm -Rf $(top_builddir)/VLC.app
        cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/