Commit d40cd11c authored by Rafaël Carré's avatar Rafaël Carré

Don't touch stamp-cache file

stamp-cache is a PHONY target
parent b5853121
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment