--- rxvt-unicode/Makefile.in 2006/01/23 09:56:47 1.18 +++ rxvt-unicode/Makefile.in 2007/06/09 10:28:55 1.21 @@ -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@ @@ -112,9 +112,9 @@ # 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) + rm -f *~ config.cache config.h config.log config.status libtool @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done - (cd $(srcdir); rm -f Makefile) + rm -f Makefile distdir: cd doc && $(MAKE) distdepend