mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +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
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# 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@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@@ -115,6 +115,9 @@ install:: timestamp installdirs
|
|||||||
clean distclean::
|
clean distclean::
|
||||||
rm -f libbind.@SA@ libbind.la
|
rm -f libbind.@SA@ libbind.la
|
||||||
|
|
||||||
|
distclean::
|
||||||
|
rm -f rules includes mkdep
|
||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
rm -f config.cache config.h config.log config.status libtool
|
rm -f config.cache config.h config.log config.status libtool
|
||||||
rm -f port_before.h port_after.h
|
rm -f port_before.h port_after.h
|
||||||
|
Reference in New Issue
Block a user