summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-04-30 12:30:40 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-04-30 12:30:40 +0100
commit93fa9d3913bed842d36a15e453625dbfae3c70c5 (patch)
tree54593c130dce12e4566edb7b6f214d1fd0fcaa16
parente077d3337a5e15bfab56b93052cf1fc98210083d (diff)
downloadrabbitmq-server-93fa9d3913bed842d36a15e453625dbfae3c70c5.tar.gz
Don't silently fail if we can't build deps.mk.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c63e3dfd..da2a809c 100644
--- a/Makefile
+++ b/Makefile
@@ -369,7 +369,7 @@ TESTABLEGOALS:=$(MAKECMDGOALS)
endif
ifneq "$(strip $(patsubst clean%,,$(patsubst %clean,,$(TESTABLEGOALS))))" ""
--include $(DEPS_FILE)
+include $(DEPS_FILE)
endif
.PHONY: run-qc