summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6bbcb6f..c3e8463 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -760,7 +760,7 @@ uninstall-info: uninstall-info-recursive
# These simply involve recursing into subdirectories.
test _test: check
-lib progs:
+lib progs check-p check-s:
@@SETX@; for d in $(SUBDIRS); do \
if test $$d != .; then \
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \