*** 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 932dfd3..c164996 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 92116a2..61a9c22 100644 (file)
@@ -97,6 +97,7 @@ realclean: clean
 cleandir: realclean
 
 distclean:
+       rm -f Makefile
 
 install:
        $(INSTALL) -d $(DESTDIR)$(man1dir)
index 688b883..85100a2 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)