]> granicus.if.org Git - sudo/commitdiff
remove stamp-* files and linux core files in clean target
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 3 Dec 2008 20:40:47 +0000 (20:40 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 3 Dec 2008 20:40:47 +0000 (20:40 +0000)
Makefile.in

index 106bc13cd2b4faa2b779c62e97f9bebef32626e9..979427702c7b0eea59a3079b9c2ef2f2cd237fe9 100644 (file)
@@ -435,8 +435,7 @@ check:
        @echo nothing to check
 
 clean:
-       -rm -f *.o *.lo $(PROGS) testsudoers core sudo.core visudo.core \
-              testsudoers.core
+       -rm -f *.o *.lo stamp-* $(PROGS) testsudoers core *.core core.*
 
 mostlyclean: clean