]> git.sesse.net Git - vlc/commitdiff
Don't touch stamp-cache file
authorRafaël Carré <rafael.carre@gmail.com>
Thu, 26 Aug 2010 12:43:23 +0000 (14:43 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Thu, 26 Aug 2010 12:43:23 +0000 (14:43 +0200)
stamp-cache is a PHONY target

modules/Makefile.am

index 39abdbc73419b5b15e650935608fd24d723c3103..6a1703fb0bf4e0bf170a60a2cad6918b4629cee4 100644 (file)
@@ -56,8 +56,7 @@ SUBDIRS += .
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST
-noinst_DATA = stamp-cache
-MOSTLYCLEANFILES = stamp-cache plugins-*-*.dat
+MOSTLYCLEANFILES = plugins-*-*.dat
 
 .PHONY: stamp-cache
 
@@ -67,7 +66,6 @@ stamp-cache:
        else \
                echo "Cross-compilation: cache generation skipped!" ; \
        fi
-       $(AM_V_at)touch stamp-cache
 
 install-exec-hook:
        if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \