--- rxvt-unicode/Makefile.in 2007/06/09 10:28:55 1.21 +++ rxvt-unicode/Makefile.in 2007/06/13 10:39:09 1.24 @@ -46,15 +46,11 @@ srcdir = @srcdir@ VPATH = @srcdir@ -.PATH: @srcdir@ first_rule: all dummy: subdirs = src doc -allsubdirs = $(subdirs) - -DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog MKDIR = $(srcdir)/mkinstalldirs @@ -63,12 +59,9 @@ all allbin alldoc tags: @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done -realclean: clean - rm -f config.h config.status config.log libtool +distclean realclean: distclean-local -clean: - rm -f *~ config.cache - rm -f -r autom4te.cache +clean distclean realclean: @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done # @@ -77,9 +70,6 @@ rxvt: (cd src; ${MAKE}) -tests: - (cd src/test; ${MAKE} tests) - #------------------------------------------------------------------------- configure: configure.ac aclocal.m4 config.h.in cd $(srcdir); ./autogen.sh @@ -106,14 +96,8 @@ cleandir: realclean -# distclean goal is for making a clean source tree, but if you have run -# configure from a different directory, then doesn't destroy all your -# hardly compiled and linked stuff. That's why there is always $(srcdir)/ -# In that case most of those commands do nothing, except cleaning *~ -# and cleaning source links. -distclean: +distclean-local: rm -f *~ config.cache config.h config.log config.status libtool - @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done rm -f Makefile distdir: