Marc Abramowitz
2012-May-08 17:46 UTC
[Logcheck-devel] [PATCH] Add PHONY targets, especially important for "install" since there is an INSTALL file in the distribution so "make install" will otherwise fail on a case-insensitive filesystem such as HGFS on OS X.
Signed-off-by: Marc Abramowitz <marc at marc-abramowitz.com> --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7acec16..2e8fe28 100644 --- a/Makefile +++ b/Makefile @@ -86,3 +86,5 @@ system-test: -l ../etc/logcheck.logfiles \ -r ../rulefiles/linux \ -S state/ -o + +.PHONY: install clean distclean check system-test -- 1.7.10