]> git.sesse.net Git - vlc/commitdiff
* mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
authorSam Hocevar <sam@videolan.org>
Thu, 17 Jul 2003 13:09:46 +0000 (13:09 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 17 Jul 2003 13:09:46 +0000 (13:09 +0000)
    current directory but looked for in the parent directory.

Makefile.am
bootstrap
mozilla/Makefile.am

index a5b1ac53d99ced74ffcdb0a76221769745775842..e2d09253c81c4550f2b08c1f9d04d0dcb850791f 100644 (file)
@@ -568,9 +568,9 @@ package-macosx:
 ###############################################################################
 # Stamp rules
 ###############################################################################
-clean: clean-stamps
+clean: clean-stamp
 clean-stamp:
-       rm -f stamp-builtin stamp-pic
+       rm -f stamp-builtin
 
 stamp-builtin: FORCE
        @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
@@ -581,15 +581,6 @@ stamp-builtin: FORCE
        done
        @if test ! -f $@; then printf "" > $@; fi
 
-stamp-pic: FORCE
-       @for dep in "" `$(VLC_CONFIG) --target builtin pic`; do \
-         if test "$${dep}" -nt "$(LIBRARIES_mozilla)"; then \
-           rm -f $@; \
-           break; \
-         fi; \
-       done
-       @if test ! -f $@; then printf "" > $@; fi
-
 ###############################################################################
 # Force rule
 ###############################################################################
index 9a937dbadb9c1c67bdf1d211bf5f7cf4a67edb00..fc508e91be73ad143e2c7108f594ff2595b24606 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap file for the VLC media player
-##  $Id: bootstrap,v 1.69 2003/07/16 15:52:04 sam Exp $
+##  $Id: bootstrap,v 1.70 2003/07/17 13:09:46 sam Exp $
 ##
 ##  Authors: Sam Hocevar <sam@zoy.org>
 
@@ -255,7 +255,7 @@ echo "done."
 set -x
 
 # remove autotools cruft
-rm -f aclocal.m4 configure configure.ac.in config.log Modules.am config.h config.h.in
+rm -f aclocal.m4 configure config.log config.h config.h.in
 # remove old autotools extra cruft
 rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh
 # remove new autotools extra cruft
@@ -263,8 +263,10 @@ rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh
 # remove libtool cruft
 rm -f ltmain.sh libtool ltconfig
 # remove gettext cruft
-rm -f m4/oldgettext.m4 ABOUT-NLS
+rm -f ABOUT-NLS
 rm -Rf intl
+# remove old vlc cruft
+rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am
 
 # Check for gettext
 if gettextize --version >/dev/null 2>&1; then
index 7737bf28549648f18e13f0bf7fa8e60cca2a7e38..496f12d261e39220bd78c0eb9e75dbfffc7bb6ae 100644 (file)
@@ -55,7 +55,7 @@ $(SOURCES_mozilla): vlcintf.h
 plugin_DATA = $(LIBRARIES_mozilla)
 plugindir = $(libdir)/mozilla/plugins
 $(LIBRARIES_mozilla): $(libplugin_a_OBJECTS) \
-                     $(libplugin_a_DEPENDENCIES) $(top_builddir)/stamp-pic
+                     $(libplugin_a_DEPENDENCIES) stamp-pic
        $(CXXLINK) $(libplugin_a_OBJECTS) $(DATA_npvlc_rc) \
          $(top_builddir)/lib/libvlc_pic.a -shared \
          `$(VLC_CONFIG) --libs vlc mozilla builtin pic`