Changeset 10fb66c935d6598b96ae6c25b3f9c241f549ced2

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

[1746c1ac246a6eb4da89583115708e78f3534f7f]

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

Makefile.am: Attempt to fix VLC.app VLC-release.app.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rc514619 r10fb66c  
    353353VLC-release.app: vlc 
    354354    ( cd src && make install ) 
    355     if test -e $(top_builddir)/tmp ; then 
    356       rm -Rf $(top_builddir)/tmp 
    357     fi 
     355    if test -e $(top_builddir)/tmp ; then rm -Rf $(top_builddir)/tmp; fi 
    358356    mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ 
    359357    rm -Rf $(top_builddir)/VLC-release.app 
     
    522520VLC.app: vlc  
    523521    ( cd src && make install ) 
    524     if test -e $(top_builddir)/tmp ; then 
    525       rm -Rf $(top_builddir)/tmp 
    526     fi 
     522    if test -e $(top_builddir)/tmp ; then rm -Rf $(top_builddir)/tmp; fi 
    527523    mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ 
    528524    rm -Rf $(top_builddir)/VLC.app