Commit 4ddf6359 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix make core not to remove libvlc if not needed

parent 5b21c755
......@@ -304,7 +304,7 @@ endif
# Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch
core:
rm -f src/$(LIB_libvlc)
$(MAKE) $(AM_MAKEFLAGS) src/$(LIB_libvlc)
$(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
.PHONY: core
......
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