From: Todd C. Miller Date: Wed, 17 Nov 2004 16:56:25 +0000 (+0000) Subject: remove Makefile.binary for distclean X-Git-Tag: SUDO_1_7_0~809 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=761695f32436ff8821ee0dadf4a93e7316a80f03;p=sudo remove Makefile.binary for distclean --- diff --git a/Makefile.in b/Makefile.in index df206fb1f..3282ac09e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,7 +148,7 @@ BINFILES= BUGS CHANGES HISTORY LICENSE README TODO TROUBLESHOOTING \ sudo sudo.cat sudo.man sudo.pod sudoers sudoers.cat sudoers.man \ sudoers.pod visudo visudo.cat visudo.man visudo.pod -BINSPECIAL= INSTALL.binary Makefile.binary libtool +BINSPECIAL= INSTALL.binary Makefile.binary.in libtool SUDODEP = $(srcdir)/sudo.h $(srcdir)/compat.h $(srcdir)/defaults.h \ $(srcdir)/logging.h config.h def_data.h pathnames.h @@ -349,7 +349,7 @@ mostlyclean: clean distclean: clean -rm -rf Makefile pathnames.h config.h config.status config.cache \ config.log libtool sudo_noexec.lo .libs $(PARSESRCS) \ - sudo.man sudoers.man visudo.man + sudo.man sudoers.man visudo.man Makefile.binary clobber: distclean