From: Todd C. Miller Date: Sat, 12 Mar 1994 19:05:28 +0000 (+0000) Subject: distclean now removes config.h and pathnames.h X-Git-Tag: SUDO_1_3_1~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac5d3ccc960ea69233b803057b0facf51595d7c6;p=sudo distclean now removes config.h and pathnames.h --- diff --git a/Makefile.in b/Makefile.in index 252cd3b09..874e26baa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -218,7 +218,7 @@ clean: mostlyclean: clean distclean: clean - rm -f Makefile config.status + rm -f Makefile config.h pathnames.h config.status ( cd visudoers && make $@ ) realclean: distclean