projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5921e99
)
Makefile: Mark dist-hook-git and rate-limit-check as phony rules.
author
Ben Pfaff
<blp@nicira.com>
Wed, 25 Jul 2012 16:56:53 +0000
(09:56 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 115162de53daff510bce0ef0dcf9baf0b6411f8e..6615fd66e1d70111224e860080292b11343047eb 100644
(file)
--- 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