diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 14e9998..a9fc804 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -18,9 +18,7 @@ SUBDIRS=html ##=========================================================================== lib progs check test _test install uninstall: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done + @echo Nothing to be done for $@ tests TAGS dep depend: @@SETX@; for d in $(SUBDIRS); do \ |