]> git.sesse.net Git - vlc/commitdiff
Fix make core not to remove libvlc if not needed
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 5 Nov 2006 12:16:44 +0000 (12:16 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 5 Nov 2006 12:16:44 +0000 (12:16 +0000)
Makefile.am

index 4e9a6c5155dbbd72451966ffa4f70bf171b95741..649892c4e7924bbaf809b96f1a24cf31f0167719 100644 (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