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;