summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-02-15 11:28:53 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-02-15 11:28:53 +0000
commit2e3746df0e5533bd5de1b805cfaa191bc7a33941 (patch)
tree73c9f6cd0579d9767c68abfb3d431ab22a5f992c /Makefile
parentd97749514dafa8889431bb723bfbadc254060feb (diff)
parentc5781aa827618fc48a2a7b01cced2e48fca15a1b (diff)
downloadrabbitmq-server-git-2e3746df0e5533bd5de1b805cfaa191bc7a33941.tar.gz
Remerge bug24714
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