summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-10-07 00:56:49 +0200
committerHaru <haru@dotalux.com>2016-10-07 01:10:27 +0200
commit8a63cf2a89141b1ca1a4d85c4095156843f33c4d (patch)
tree179c27feea9db88298f623e1953ee1ade3314fd7 /Makefile.in
parent336c264a324d708a3b5a72c1c086b74dc76c1b0f (diff)
downloadhercules-8a63cf2a89141b1ca1a4d85c4095156843f33c4d.tar.gz
hercules-8a63cf2a89141b1ca1a4d85c4095156843f33c4d.tar.bz2
hercules-8a63cf2a89141b1ca1a4d85c4095156843f33c4d.tar.xz
hercules-8a63cf2a89141b1ca1a4d85c4095156843f33c4d.zip
Improved Makefile change detection
- The build system's change detection is now more reliable when a new Makefile.in is added Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index be7ae674f..3de5e0bf3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ all: $(ALL_DEPENDS)
sql: $(SQL_DEPENDS)
-$(MF_TARGETS): %: %.in
+$(MF_TARGETS): %: %.in config.status
@echo " CONFIGURE"
@if [ -x config.status ]; then \
echo "Reconfiguring with options: $$(./config.status --config)"; \