summaryrefslogtreecommitdiff
path: root/CCache/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'CCache/Makefile.in')
-rw-r--r--CCache/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index abe78c277..3513222ca 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -27,6 +27,10 @@ HEADERS = ccache.h mdfour.h
all: $(PACKAGE_NAME)$(EXEEXT)
+# Regenerate Makefile if Makefile.in or config.status have changed.
+Makefile: $(srcdir)/Makefile.in ./config.status
+ $(SHELL) ./config.status
+
# Note that HTML documentation is actually generated and used from the main SWIG documentation Makefile
docs: $(PACKAGE_NAME).1 web/ccache-man.html