[ovs-dev] [PATCH bsd make 1/3] Makefile: Mark dist-hook-git and rate-limit-check as phony rules.

Ben Pfaff blp at nicira.com
Wed Jul 25 17:31:35 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 115162d..6615fd6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,6 +148,7 @@ dist-hook-git: distfiles
 	    exit 1;							    \
 	  fi;								    \
 	fi
+.PHONY: dist-hook-git
 CLEANFILES += all-distfiles all-gitfiles missing-distfiles
 # The following is based on commands for the Automake "distdir" target.
 distfiles: Makefile
@@ -169,6 +170,7 @@ rate-limit-check:
 	    echo "'struct vlog_rate_limit' must always be 'static'"; \
 	    exit 1; \
 	 fi
+.PHONY: rate-limit-check
 
 if HAVE_GROFF
 ALL_LOCAL += manpage-check
-- 
1.7.2.5




More information about the dev mailing list