vlc | branch: master | Rafaël Carré <[email protected]> | Thu Aug 26 14:43:23 2010 +0200| [d40cd11ca19043f7f042d6f133b9f52d72bf581b] | committer: Rafaël Carré
Don't touch stamp-cache file stamp-cache is a PHONY target > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d40cd11ca19043f7f042d6f133b9f52d72bf581b --- modules/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/modules/Makefile.am b/modules/Makefile.am index 39abdbc..6a1703f 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -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 \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
