]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove special distclean target for irs
authorMark Andrews <marka@isc.org>
Fri, 3 May 2013 03:32:57 +0000 (13:32 +1000)
committerMark Andrews <marka@isc.org>
Fri, 3 May 2013 03:32:57 +0000 (13:32 +1000)
lib/Makefile.in

index 51f740a3440cc7904793200daf0c03c0d9ea07e2..c10f7f92d72982d49f99252c241153c23e66cb08 100644 (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;
-