diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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; \ |