From 4c11c6666b800e28d9c528c403ad6c347152872c Mon Sep 17 00:00:00 2001 From: mikeller Date: Mon, 14 May 2018 19:13:16 +1200 Subject: [PATCH] Fix from review. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 225b9893a..e967a4477 100644 --- a/Makefile +++ b/Makefile @@ -475,7 +475,7 @@ test junittest: check-target-independence: - $(V1)for test_target in $(VALID_TARGETS); do \ + $(V1) for test_target in $(VALID_TARGETS); do \ FOUND=$$(grep -rP "\W$${test_target}\W" src/main/ | grep -vP "(\/\/)|(\/\*).*\W$${test_target}\W" | grep -vP "^src/main/target"); \ if [ "$${FOUND}" != "" ]; then \ echo "Target dependencies found:"; \