Browse Source

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.
pull/33/head
David Fuhrmann 11 years ago
parent
commit
318f3eaac4
  1. 2
      extras/package/macosx/package.mak

2
extras/package/macosx/package.mak

@ -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

Loading…
Cancel
Save