From 0dc44869b9fe555a42fcda4f8bb33ffdf87e2a9c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 3 May 2013 13:32:57 +1000 Subject: [PATCH] remove special distclean target for irs --- lib/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 51f740a344..c10f7f92d7 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; -