--- rxvt-unicode/Makefile.in 2007/06/08 20:04:10 1.19 +++ rxvt-unicode/Makefile.in 2007/06/12 23:36:23 1.22 @@ -30,7 +30,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ -m 755 INSTALL_DATA = @INSTALL@ -m 644 -CXXFLAGS = @CXXFLAGS@ +CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ @@ -63,12 +63,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 # @@ -111,11 +108,10 @@ # 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: - (cd $(srcdir); rm -f *~ config.cache config.h config.log config.status libtool rxvtlib.h) - @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@; rm -f Makefile) || exit 1; done +distclean-local: + rm -f *~ config.cache config.h config.log config.status libtool rm -f Makefile - + distdir: cd doc && $(MAKE) distdepend cd src && $(MAKE) depend