From: Ben Pfaff Date: Wed, 25 Jul 2012 16:56:53 +0000 (-0700) Subject: Makefile: Mark dist-hook-git and rate-limit-check as phony rules. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3485515becfc2dea7b788e15a448b36cee58b0;p=openvswitch Makefile: Mark dist-hook-git and rate-limit-check as phony rules. Signed-off-by: Ben Pfaff --- diff --git a/Makefile.am b/Makefile.am index 115162de..6615fd66 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