From 0d0b3493aa53bb6fa41b1ebc76e08743a5594a5c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 14 Jun 2010 11:31:44 -0400 Subject: [PATCH] Remove varsub as part of clean --HG-- branch : 1.7 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1