]> git.sesse.net Git - vlc/commitdiff
Attempt to fix previous commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 12:44:50 +0000 (12:44 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 12:44:50 +0000 (12:44 +0000)
Makefile.am

index 22263ff1117d74b4f448798e0ec849f843c6c8e8..ecc49362e249990587372b2c5e0fbd8ee562edfe 100644 (file)
@@ -521,9 +521,9 @@ 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/