Fix from review.

This commit is contained in:
mikeller 2018-05-14 19:13:16 +12:00
parent 7a03ead75e
commit 4c11c6666b
1 changed files with 1 additions and 1 deletions

View File

@ -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:"; \