mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 10:21:10 -05:00
remove special distclean target for irs
This commit is contained in:
parent
52d3ce3ada
commit
0dc44869b9
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue