summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/local.mk2
-rw-r--r--tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/local.mk b/src/local.mk
index 218ea0f17..5355c30c9 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -501,7 +501,7 @@ pm = progs-makefile
pr = progs-readme
# Ensure that the list of programs in README matches the list
# of programs we can build.
-check: check-README check-duplicate-no-install
+check-local: check-README check-duplicate-no-install
.PHONY: check-README
check-README:
$(AM_V_GEN)rm -rf $(pr) $(pm)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 54f1e08f8..34e8c6c81 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,7 +34,7 @@ vc_exe_in_TESTS: Makefile
} | sort | uniq -u | grep . && exit 1 ||:; \
else :; fi
-check: vc_exe_in_TESTS
+check-local: vc_exe_in_TESTS
.PHONY: vc_exe_in_TESTS
CLEANFILES =