Skip to content

Commit

Permalink
mac packaging: do not depend on vlc target
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
David Fuhrmann committed Jun 20, 2015
1 parent 9434662 commit 318f3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/package/macosx/package.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 318f3ea

Please sign in to comment.