Changeset 01458fb0cff84ae3d9bd0e3de159889d8509f9ca

Show
Ignore:
Timestamp:
04/02/08 13:25:00 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202127900 +0000
git-parent:

[d2bf76d06de2e272940c00561b2adfbb99f49289]

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

Makefile.am: Also remove ./tmp from the VLC.app target.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rd2bf76d r01458fb  
    523523    ( cd src && make install ) 
    524524    @if test -e "$(top_builddir)/tmp"; then \ 
    525       echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \ 
    526       false; \ 
    527     else \ 
    528       echo "OK."; mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ 
    529     fi 
     525      rm -Rf "$(top_builddir)/tmp" \     
     526    fi \ 
     527    mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ 
    530528    rm -Rf $(top_builddir)/VLC.app 
    531529    cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/