From a72a931018c82418b8b1489a2a82ce8add2c68c5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Nov 1995 03:31:38 +0000 Subject: [PATCH] fixed clean rule --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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