From: Mark Andrews Date: Fri, 3 May 2013 03:32:57 +0000 (+1000) Subject: remove special distclean target for irs X-Git-Tag: v9.10.0a1~366 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0dc44869b9fe555a42fcda4f8bb33ffdf87e2a9c;p=thirdparty%2Fbind9.git remove special distclean target for irs --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 51f740a3440..c10f7f92d72 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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; -