Changeset c5146198c227053570f040e432a06f1c8eead089

Show
Ignore:
Timestamp:
02/04/08 14:06:44 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202130404 +0000
git-parent:

[e0401e74e037f413632036dd2d5769899882963b]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202130404 +0000
Message:

Makefile.am: Yet an other attempt to fix this Makefile.am on Mac OS X.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    re0401e7 rc514619  
    352352# VLC-release.app is the old VLC.app target 
    353353VLC-release.app: vlc 
    354     ( cd src && make install ) 
    355     @if test -e "$(top_builddir)/tmp"; then \ 
    356       rm -Rf $(top_builddir)/tmp \ 
    357     fi \ 
    358     mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ 
     354    ( cd src && make install ) 
     355    if test -e $(top_builddir)/tmp ; then 
     356      rm -Rf $(top_builddir)/tmp 
     357    fi 
     358   mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ 
    359359    rm -Rf $(top_builddir)/VLC-release.app 
    360360    cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/ 
     
    522522VLC.app: vlc  
    523523    ( cd src && make install ) 
    524     if test -e "$(top_builddir)/tmp"; then 
    525       rm -Rf "$(top_builddir)/tmp" 
     524    if test -e $(top_builddir)/tmp ; then 
     525      rm -Rf $(top_builddir)/tmp 
    526526    fi 
    527527    mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \