OSDN Git Service

We use svn, do not look for cvs related files in distclean
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 28 Oct 2005 10:13:25 +0000 (10:13 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 28 Oct 2005 10:13:25 +0000 (10:13 -0000)
Makefile.in

index 4aa2a78..511048d 100644 (file)
@@ -387,7 +387,7 @@ clean:
        -find . \( -name \*.o -o -name \*.os -o -name \*.oS \) -exec $(RM) {} \;
 
 distclean: clean
-       -find . \( -name core -o -name \*.orig -o -name \*~ -o -name .\#\* \) -exec $(RM) {} \;
+       -find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;
        $(RM) .config .config.old .config.cmd
        $(RM) extra/locale/*.txt
        $(MAKE) -C extra clean