summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-02-15 11:25:53 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-02-15 11:25:53 +0000
commitc5781aa827618fc48a2a7b01cced2e48fca15a1b (patch)
treeeb8f18533b9328d7dbd1210a5f6ece7ac7de38d0
parent623303eb1dda1ed1eb8655b3bdb62fdd3e1ea9e4 (diff)
downloadrabbitmq-server-git-c5781aa827618fc48a2a7b01cced2e48fca15a1b.tar.gz
Unmerge bug20337
-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