<div>From 69b7bb4612226ba6a8cf600a29cadac62033c686 Mon Sep 17 00:00:00 2001</div><div>From: Marc Abramowitz <<a href="mailto:marc@marc-abramowitz.com">marc@marc-abramowitz.com</a>></div><div>Date: Tue, 8 May 2012 09:52:10 -0700</div>
<div>Subject: [PATCH] Add PHONY targets, especially important for "install" since</div><div> there is an INSTALL file in the distribution so "make</div><div> install" will otherwise fail on a case-insensitive</div>
<div> filesystem such as HGFS on OS X.</div><div><br></div><div><br></div><div>Signed-off-by: Marc Abramowitz <<a href="mailto:marc@marc-abramowitz.com">marc@marc-abramowitz.com</a>></div><div>---</div><div> Makefile |    2 ++</div>
<div> 1 file changed, 2 insertions(+)</div><div><br></div><div>diff --git a/Makefile b/Makefile</div><div>index 7acec16..2e8fe28 100644</div><div>--- a/Makefile</div><div>+++ b/Makefile</div><div>@@ -86,3 +86,5 @@ system-test:</div>
<div> <span class="Apple-tab-span" style="white-space:pre">                             </span>-l ../etc/logcheck.logfiles \</div><div> <span class="Apple-tab-span" style="white-space:pre">                               </span>-r ../rulefiles/linux \</div><div> <span class="Apple-tab-span" style="white-space:pre">                             </span>-S state/ -o</div>
<div>+</div><div>+.PHONY: install clean distclean check system-test</div><div>-- </div><div>1.7.10</div>