Makefile: Mark dist-hook-git and rate-limit-check as phony rules.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Jul 2012 16:56:53 +0000 (09:56 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Jul 2012 19:39:41 +0000 (12:39 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Makefile.am

index 115162d..6615fd6 100644 (file)
@@ -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