summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorFUTATSUKI Yasuhito <github-yf@yf.bsdclub.org>2017-06-24 22:32:27 +0900
committerFUTATSUKI Yasuhito <github-yf@yf.bsdclub.org>2017-06-24 22:32:27 +0900
commitb4b193d7de84a7bab5e45c1f6a16b941a5b44178 (patch)
tree318b1f0a6ef3f0569b526671a059e948c05fd1a1 /CCache
parentc2f622c73c27fa370c6d643512b6d8591f0929f2 (diff)
downloadswig-b4b193d7de84a7bab5e45c1f6a16b941a5b44178.tar.gz
Add explicit dependency on header files generated by configure script
Diffstat (limited to 'CCache')
-rw-r--r--CCache/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index f3b25a5f5..d36e7d0ac 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -24,7 +24,7 @@ transform = @program_transform_name@
LIBS= @LIBS@
OBJS= ccache.o mdfour.o hash.o execute.o util.o args.o stats.o \
cleanup.o snprintf.o unify.o
-HEADERS = ccache.h mdfour.h
+HEADERS = ccache.h mdfour.h config.h config_win32.h
all: $(PACKAGE_NAME)$(EXEEXT)