2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

remove special distclean target for irs

This commit is contained in:
Mark Andrews 2013-05-03 13:32:57 +10:00
parent 52d3ce3ada
commit 0dc44869b9

View File

@ -27,8 +27,3 @@ SUBDIRS = isc isccc dns isccfg bind9 lwres irs tests samples
TARGETS =
@BIND9_MAKE_RULES@
distclean::
@echo "making $@ in `pwd`/irs"; \
(cd irs; ${MAKE} ${MAKEDEFS} DESTDIR="${DESTDIR}" $@) || exit 1;