*** empty log message ***
authorayin <ayin>
Fri, 8 Jun 2007 22:45:48 +0000 (22:45 +0000)
committerayin <ayin>
Fri, 8 Jun 2007 22:45:48 +0000 (22:45 +0000)
Makefile.in
doc/Makefile.in
src/Makefile.in

index 932dfd300f22c4359b857b795a97a875d1eb8df6..c1649965218714dbe981f2d2108d8347cc1a99f4 100644 (file)
@@ -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
index 92116a29a4781c62cc439e2533a9728165d7b7d4..61a9c2258bb7217118814942337964ec663115e4 100644 (file)
@@ -97,6 +97,7 @@ realclean: clean
 cleandir: realclean
 
 distclean:
+       rm -f Makefile
 
 install:
        $(INSTALL) -d $(DESTDIR)$(man1dir)
index 688b8837aca29391fcdd7a40a3f95c6759091b0f..85100a23163d2ea9abce195ba5170605d4388f23 100644 (file)
@@ -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)