Skip to content

Commit 08877ef

Browse files
author
Simon MacMullen
committed
Don't silently fail if we can't build deps.mk.
1 parent d8b1eed commit 08877ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ TESTABLEGOALS:=$(MAKECMDGOALS)
369369
endif
370370

371371
ifneq "$(strip $(patsubst clean%,,$(patsubst %clean,,$(TESTABLEGOALS))))" ""
372-
-include $(DEPS_FILE)
372+
include $(DEPS_FILE)
373373
endif
374374

375375
.PHONY: run-qc

0 commit comments

Comments
 (0)