>From 69b7bb4612226ba6a8cf600a29cadac62033c686 Mon Sep 17 00:00:00 2001From: Marc Abramowitz <marc at marc-abramowitz.com> Date: Tue, 8 May 2012 09:52:10 -0700 Subject: [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20120508/76090baf/attachment.html>