mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
make distclean should remove "rules", "includes" and "mkdep".
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user