]> granicus.if.org Git - sudo/commitdiff
fixed clean rule
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 20 Nov 1995 03:31:38 +0000 (03:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 20 Nov 1995 03:31:38 +0000 (03:31 +0000)
Makefile.in

index f88d3b6e2b01a15b729d759b93954be07873fd10..1244d2daed6d456e85ef68b940493954c0339d42 100644 (file)
@@ -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