From: Todd C. Miller Date: Wed, 3 Dec 2008 20:40:47 +0000 (+0000) Subject: remove stamp-* files and linux core files in clean target X-Git-Tag: SUDO_1_7_0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=613b889eeda00846ef7904f76a84c295e78498d6;p=sudo remove stamp-* files and linux core files in clean target --- diff --git a/Makefile.in b/Makefile.in index 106bc13cd..979427702 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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