From: ayin Date: Fri, 8 Jun 2007 22:45:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6e247887e51a12be2fcb89049253cf0388b86219;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index 932dfd30..c1649965 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,10 +112,10 @@ cleandir: realclean # 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 diff --git a/doc/Makefile.in b/doc/Makefile.in index 92116a29..61a9c225 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -97,6 +97,7 @@ realclean: clean cleandir: realclean distclean: + rm -f Makefile install: $(INSTALL) -d $(DESTDIR)$(man1dir) diff --git a/src/Makefile.in b/src/Makefile.in index 688b8837..85100a23 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -118,7 +118,7 @@ realclean: clean cleandir: realclean distclean: realclean - (cd $(srcdir); rm -f Makefile) + rm -f Makefile install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)