From: Todd C. Miller Date: Mon, 20 Nov 1995 03:31:38 +0000 (+0000) Subject: fixed clean rule X-Git-Tag: SUDO_1_4_0~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72a931018c82418b8b1489a2a82ce8add2c68c5;p=sudo fixed clean rule --- diff --git a/Makefile.in b/Makefile.in index f88d3b6e2..1244d2dae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,7 +183,7 @@ TAGS: $(SRCS) etags $(SRCS) clean: - -rm -f lex.yy.o y.tab.* *.o $(PROGS) testsudoers core + -rm -f y.tab.[ch] *.o $(PROGS) testsudoers core mostlyclean: clean