1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

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

View File

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