[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.

Marc Abramowitz msabramo at gmail.com
Tue May 8 17:46:30 UTC 2012


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




More information about the Logcheck-devel mailing list