]> granicus.if.org Git - sudo/commitdiff
Remove regress .err files in distclean target.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 8 Aug 2014 20:53:14 +0000 (14:53 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 8 Aug 2014 20:53:14 +0000 (14:53 -0600)
lib/util/Makefile.in

index 244982e6e15bd63b4562596ecb542cb39014b155..c8a1b7924926d8b043ce908460393ead90003e62 100644 (file)
@@ -278,7 +278,7 @@ check: $(TEST_PROGS)
        fi
 
 clean:
-       -$(LIBTOOL) --mode=clean rm -f $(TEST_PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out
+       -$(LIBTOOL) --mode=clean rm -f $(TEST_PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out regress/*/*.err
 
 mostlyclean: clean