From: Todd C. Miller Date: Mon, 14 Jun 2010 15:31:44 +0000 (-0400) Subject: Remove varsub as part of clean X-Git-Tag: SUDO_1_7_3~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d0b3493aa53bb6fa41b1ebc76e08743a5594a5c;p=sudo Remove varsub as part of clean --HG-- branch : 1.7 --- diff --git a/Makefile.in b/Makefile.in index 1589cf32f..49e909a65 100644 --- a/Makefile.in +++ b/Makefile.in @@ -507,7 +507,7 @@ check: @echo nothing to check clean: - -rm -f *.a *.o *.lo stamp-* $(PROGS) testsudoers core *.core core.* + -rm -f *.a *.o *.lo stamp-* varsub $(PROGS) testsudoers core *.core core.* mostlyclean: clean