diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-04-30 12:30:40 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-04-30 12:30:40 +0100 |
| commit | 08877efa78ca44cb0324d1d4242e01d4dab92933 (patch) | |
| tree | 54593c130dce12e4566edb7b6f214d1fd0fcaa16 | |
| parent | d8b1eed89dbf13485e197257c2af75b0522ec661 (diff) | |
| download | rabbitmq-server-git-08877efa78ca44cb0324d1d4242e01d4dab92933.tar.gz | |
Don't silently fail if we can't build deps.mk.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ TESTABLEGOALS:=$(MAKECMDGOALS) endif ifneq "$(strip $(patsubst clean%,,$(patsubst %clean,,$(TESTABLEGOALS))))" "" --include $(DEPS_FILE) +include $(DEPS_FILE) endif .PHONY: run-qc |
