Commit 415c99db authored by Felix Paul Kühne's avatar Felix Paul Kühne

cough, fix VLC-release.app broken in previous commit

parent b1af1fb5
...@@ -351,7 +351,7 @@ VLC-release.app: vlc ...@@ -351,7 +351,7 @@ VLC-release.app: vlc
echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \ echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
false; \ false; \
else \ else \
echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \ echo "OK."; mkdir -p "$(top_builddir)/tmp/extras/MacOSX"; \
fi fi
rm -Rf $(top_builddir)/VLC-release.app rm -Rf $(top_builddir)/VLC-release.app
cp -R $(srcdir)/extras/MacOSX/vlc.xcodeproj $(top_builddir)/tmp/extras/MacOSX/ cp -R $(srcdir)/extras/MacOSX/vlc.xcodeproj $(top_builddir)/tmp/extras/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