[vlc-commits] Remove some legacy stuff in the build system
Rémi Denis-Courmont
git at videolan.org
Tue Feb 15 19:31:04 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 15 20:30:45 2011 +0200| [7eaf977582bbc202bc82bbe11b74978f4a07a051] | committer: Rémi Denis-Courmont
Remove some legacy stuff in the build system
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7eaf977582bbc202bc82bbe11b74978f4a07a051
---
bootstrap | 2 +-
vlc-config.in.in | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/bootstrap b/bootstrap
index d315be2..6ce643b 100755
--- 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
diff --git a/vlc-config.in.in b/vlc-config.in.in
index e457e22..605c634 100644
--- a/vlc-config.in.in
+++ b/vlc-config.in.in
@@ -213,8 +213,6 @@ while test $# -gt 0; do
;;
pic)
;;
- mozilla)
- ;;
*)
module="$tgt"
;;
More information about the vlc-commits
mailing list