install check.h in include/bind9, not include/isccfg

This commit is contained in:
Andreas Gustafsson
2001-10-01 20:53:48 +00:00
parent d9edf3ad42
commit 24dd4582a2

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2 2001/09/29 19:59:11 halley Exp $
# $Id: Makefile.in,v 1.3 2001/10/01 20:53:48 gson Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -34,9 +34,9 @@ TARGETS =
@BIND9_MAKE_RULES@
installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/isccfg
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/bind9
install:: installdirs
for i in ${HEADERS}; do \
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/isccfg ; \
${INSTALL_DATA} ${srcdir}/$$i ${DESTDIR}${includedir}/bind9 ; \
done