diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/commence-doc.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence-doc.am b/config/commence-doc.am index 9f8592f..48136af 100644 --- a/config/commence-doc.am +++ b/config/commence-doc.am @@ -7,7 +7,7 @@ include $(top_srcdir)/config/commence.am lib progs check test _test: @echo "Nothing to be done" -tests TAGS tags dep depend: +tests dep depend: @@SETX@; for d in X $(SUBDIRS); do \ if test $$d != X; then \ (cd $$d && $(MAKE) $@) || exit 1; \ |