aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-07-25 09:56:53 -0700
committerBen Pfaff <blp@nicira.com>2012-07-25 12:39:41 -0700
commit8f3485515becfc2dea7b788e15a448b36cee58b0 (patch)
tree140c85e72d49c3476960dbdcf1bb45a9c13aba68 /Makefile.am
parent5921e99ab1d0b6e0964b79a29107c65b5fb24f80 (diff)
Makefile: Mark dist-hook-git and rate-limit-check as phony rules.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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