summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-04-25 17:01:14 +0200
committerKarl Wette <karl.wette@ligo.org>2014-05-11 21:31:32 +0200
commit96153c7c0a9200f39d0dc66ffbea2426cd2a4d95 (patch)
tree42ce269a62eb9f0dca574fb1b2c88c9559b31a3e /CCache
parent6fc07c5dc9a05669174b2c03881619bcb492ec5b (diff)
downloadswig-96153c7c0a9200f39d0dc66ffbea2426cd2a4d95.tar.gz
Regenerate configured Makefile if Makefile.in or config.status have changed
Diffstat (limited to 'CCache')
-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