diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-21 16:29:08 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-21 16:29:08 +0000 |
| commit | 5f7d155907af53e7f4785dd5c2bb5113c4d184df (patch) | |
| tree | c41f5b739381c994ec103d2f2e093a329ffc7ac8 | |
| parent | 36826b3785635f10cebaec59ae0f6b2b68e4878d (diff) | |
| download | rabbitmq-server-git-5f7d155907af53e7f4785dd5c2bb5113c4d184df.tar.gz | |
Resurrect default without bug24494, for real this time.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
