mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:12:04 -04:00
make distclean should remove "rules", "includes" and "mkdep".
This commit is contained in:
parent
4f1b59f0b9
commit
d7e2b53041
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.13 2001/09/20 15:16:52 marka Exp $
|
||||
# $Id: Makefile.in,v 1.14 2002/02/12 05:42:04 marka Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -115,6 +115,9 @@ install:: timestamp installdirs
|
|||
clean distclean::
|
||||
rm -f libbind.@SA@ libbind.la
|
||||
|
||||
distclean::
|
||||
rm -f rules includes mkdep
|
||||
|
||||
distclean::
|
||||
rm -f config.cache config.h config.log config.status libtool
|
||||
rm -f port_before.h port_after.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue