summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-21 16:29:08 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-21 16:29:08 +0000
commit6d6d9d8341247e636476217844a86df6e30779ef (patch)
treec41f5b739381c994ec103d2f2e093a329ffc7ac8
parentba64b5c58dc739a29594989a3178fc9605faa66a (diff)
downloadrabbitmq-server-6d6d9d8341247e636476217844a86df6e30779ef.tar.gz
Resurrect default without bug24494, for real this time.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d019e7e..948c6c06 100644
--- a/Makefile
+++ b/Makefile
@@ -350,7 +350,7 @@ $(foreach XML,$(USAGES_XML),$(eval $(call usage_dep, $(XML))))
# 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
+# "clean" - i.e. if removing all clean-like targets leaves something.
ifeq "$(MAKECMDGOALS)" ""
TESTABLEGOALS:=$(.DEFAULT_GOAL)