From 8f3485515becfc2dea7b788e15a448b36cee58b0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 25 Jul 2012 09:56:53 -0700 Subject: [PATCH] Makefile: Mark dist-hook-git and rate-limit-check as phony rules. Signed-off-by: Ben Pfaff --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2