]> granicus.if.org Git - sudo/commitdiff
don't clean sudo.tab.[ch]
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 03:58:51 +0000 (03:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 03:58:51 +0000 (03:58 +0000)
Makefile.in

index fe67de094bad9a34a53bb18d8c191381a24161bb..fd3932ab697a2786a84e91835de0f7fa92a7bba8 100644 (file)
@@ -237,7 +237,7 @@ TAGS: $(SRCS)
        etags $(SRCS)
 
 clean:
-       -rm -f sudo.tab.[ch] *.o $(PROGS) testsudoers core sudo.core visudo.core
+       -rm -f *.o $(PROGS) testsudoers core sudo.core visudo.core
 
 mostlyclean: clean