Commit 01458fb0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent d2bf76d0
...@@ -522,11 +522,9 @@ VLC-release.app: vlc ...@@ -522,11 +522,9 @@ VLC-release.app: vlc
VLC.app: vlc VLC.app: vlc
( cd src && make install ) ( cd src && make install )
@if test -e "$(top_builddir)/tmp"; then \ @if test -e "$(top_builddir)/tmp"; then \
echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \ rm -Rf "$(top_builddir)/tmp" \
false; \ fi \
else \ mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
echo "OK."; mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \
fi
rm -Rf $(top_builddir)/VLC.app rm -Rf $(top_builddir)/VLC.app
cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/ cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/
cp -R $(srcdir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx cp -R $(srcdir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment