Module: check_mk
Branch: master
Commit: 3de22d9c58f832bd9fba9e789029e20a93071a3f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3de22d9c58f832…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Apr 11 12:55:02 2017 +0200
Fixed build issues caused by missing am--refresh target in top level makefile
Change-Id: I2c8400c5d04df3b2978a598673ed5e335fa0c474
---
Makefile | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9b34268..707ba99 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,8 @@ PNG_FILES := $(wildcard $(addsuffix /*.png,web/htdocs/images
web/htdocs
.PHONY: all analyze build check check-binaries check-permissions check-spaces \
check-version clean cppcheck dist documentation format \
GTAGS headers healspaces help install iwyu mrproper \
- optimize-images packages setup setversion tidy version
+ optimize-images packages setup setversion tidy version \
+ am--refresh
all: dist packages
@@ -433,6 +434,7 @@ setup:
librrd-dev \
pngcrush \
slimit
+
ar-lib compile config.guess config.sub install-sh missing depcomp: configure.ac
autoreconf --install --include=m4
@@ -547,3 +549,10 @@ documentation: config.h
ifeq ($(ENTERPRISE),yes)
cd enterprise && $(DOXYGEN) doc/Doxyfile
endif
+
+# This dummy rule is called from subdirectories whenever one of the
+# top-level Makefile's dependencies must be updated. It does not
+# need to depend on %MAKEFILE% because GNU make will always make sure
+# %MAKEFILE% is updated before considering the am--refresh target.
+am--refresh:
+ @: