--- rxvt-unicode/Makefile.in 2007/06/08 20:04:10 1.19 +++ 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,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