--- rxvt-unicode/Makefile.in 2007/06/13 19:36:34 1.28 +++ rxvt-unicode/Makefile.in 2007/11/12 18:10:47 1.29 @@ -30,16 +30,15 @@ subdirs = src doc +RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install + #------------------------------------------------------------------------- -all allbin alldoc tags: +$(RECURSIVE_TARGETS): @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done distclean realclean: distclean-local -clean distclean realclean: - @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done - # # entry points for other programs # @@ -57,9 +56,6 @@ config.h.in: configure.ac cd $(srcdir); ./autogen.sh -install: - @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done - check: all echo "no tests"