Fix make core not to remove libvlc if not needed

This commit is contained in:
Rémi Denis-Courmont 2006-11-05 12:16:44 +00:00
parent 5b21c75531
commit 4ddf635979
1 changed files with 1 additions and 1 deletions

View File

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