summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-15 14:25:18 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-15 14:25:18 +0000
commitc7f164e1725dfc0a1f122283ed4d0eb5183c1dd8 (patch)
tree97d634dc5c8f9d8f63502e2e33d349d392d121bf /Makefile
parentfbc19a845d847fc39e58cdbc117ded77fa656867 (diff)
parent14a593deae6ed574896f42cc15ac670a94565f63 (diff)
downloadrabbitmq-server-git-c7f164e1725dfc0a1f122283ed4d0eb5183c1dd8.tar.gz
Merge bug24086
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31c71dd44b..5d019e7e7c 100644
--- a/Makefile
+++ b/Makefile
@@ -347,7 +347,7 @@ $(foreach XML,$(USAGES_XML),$(eval $(call usage_dep, $(XML))))
# Note that all targets which depend on clean must have clean in their
# name. Also any target that doesn't depend on clean should not have
# clean in its name, unless you know that you don't need any of the
-# automatic dependency generation for that target (eg cleandb).
+# automatic dependency generation for that target (e.g. cleandb).
# We want to load the dep file if *any* target *doesn't* contain
# "clean" - i.e. if removing all clean-like targets leaves something