* Makefile.am: Move definition of target 'all_programs' from here ...
* cfg.mk: ... to here, which is the only file where it is used.
rm -rf $$t; \
test $$fail = 0
-.PHONY: all_programs
-all_programs:
- @cd ./src && $(MAKE) -s $@
-
include $(top_srcdir)/doc/local.mk
include $(top_srcdir)/man/local.mk
sed -e "s|^|$$file:|" -e '$(FILTER_LONG_LINES)'; \
done | grep . && { msg="$$halt" $(_sc_say_and_exit) } || :
+# TODO: remove once the build system in 'src/' is merged with the
+# top-level one.
+.PHONY: all_programs
+all_programs:
+ @cd ./src && $(MAKE) -s $@
+
# Option descriptions should not start with a capital letter.
# One could grep source directly as follows:
# grep -E " {2,6}-.*[^.] [A-Z][a-z]" $$($(VC_LIST_EXCEPT) | grep '\.c$$')