--- cvsroot/rxvt-unicode/Makefile.in 2007/06/08 20:04:10 1.19 +++ cvsroot/rxvt-unicode/Makefile.in 2007/06/08 22:45:48 1.20 @@ -112,10 +112,10 @@ # 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 + 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: cd doc && $(MAKE) distdepend cd src && $(MAKE) depend