From 88bc4ba86522705558d49dea49541e8b89f82ca1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 1 Mar 2018 10:35:32 -0700 Subject: [PATCH] Fix clean target for *.sudo regress files --- plugins/sudoers/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 3a225c18e..2e650327c 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -532,7 +532,7 @@ clean: -$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(PROGS) $(TEST_PROGS) \ *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out \ regress/*/*.toke regress/*/*.err regress/*/*.json regress/*/*.ldif \ - regress/*/*.sudoers + regress/*/*.sudo mostlyclean: clean -- 2.50.1