]> git.sesse.net Git - vlc/commitdiff
Remove some legacy stuff in the build system
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 15 Feb 2011 18:30:45 +0000 (20:30 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 15 Feb 2011 18:30:45 +0000 (20:30 +0200)
bootstrap
vlc-config.in.in

index d315be22698ff9ab303449638f8af9aad361af50..6ce643b5629f4551d0a0a8fb2ff1efe687863f80 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -114,7 +114,7 @@ mv -f INSTALL.git INSTALL
 ##
 rm -f vlc-config.in vlc-config
 rm -f src/misc/modules_builtin.h
-rm -f stamp-builtin stamp-h* mozilla/stamp-pic
+rm -f stamp-h*
 
 # Shut up
 set +x
index e457e226a5a5a3c4acb518d17640f68b9d1efab1..605c6347b99b12d1b4d7bdd913f08d656ef5c453 100644 (file)
@@ -213,8 +213,6 @@ while test $# -gt 0; do
       ;;
     pic)
       ;;
-    mozilla)
-      ;;
     *)
       module="$tgt"
       ;;