Commit 318f3eaa authored by David Fuhrmann's avatar David Fuhrmann

mac packaging: do not depend on vlc target

The vlc target only creates a symlink, so it makes no sense to
depend on that in any way.

This also fixes unneeded recreation of the package with every
make invocation.
parent 9434662c
......@@ -25,7 +25,7 @@ VLC.app: VLC-tmp
rm -Rf $@/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/Resources/README.textile
VLC-tmp: vlc
VLC-tmp:
$(AM_V_GEN)for i in src lib share; do \
(cd $$i && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd)); \
done
......
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