[vlc-devel] [PATCH] Don't touch stamp-cache file
Rafaël Carré
rafael.carre at gmail.com
Thu Aug 26 14:44:38 CEST 2010
stamp-cache is a PHONY target
---
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 \
--
1.7.2.2
More information about the vlc-devel
mailing list