>From 69b7bb4612226ba6a8cf600a29cadac62033c686 Mon Sep 17 00:00:00 2001
From: Marc Abramowitz <[email protected]>
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 <[email protected]>
---
 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
_______________________________________________
Logcheck-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/logcheck-devel

Reply via email to