summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:13:44 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:13:44 -0600
commitefa7b3eaa60cbaa0daf55af6dbbe218fc230222d (patch)
treea32af84a5e267d5715ca50b23766c666d0bcf2d9 /make
parentb62706a673dc58ca390b47342036e3f3206a14bc (diff)
downloadbind9-efa7b3eaa60cbaa0daf55af6dbbe218fc230222d.tar.gz
9.2.0a3
Diffstat (limited to 'make')
-rw-r--r--make/includes.in3
-rw-r--r--make/rules.in7
2 files changed, 5 insertions, 5 deletions
diff --git a/make/includes.in b/make/includes.in
index a265f3cd..b422ac05 100644
--- a/make/includes.in
+++ b/make/includes.in
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: includes.in,v 1.14 2001/03/27 00:53:56 bwelling Exp $
+# $Id: includes.in,v 1.15 2001/07/10 19:59:03 gson Exp $
# Search for machine-generated header files in the build tree,
# and for normal headers in the source tree (${top_srcdir}).
@@ -38,6 +38,7 @@ DNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
-I${top_srcdir}/lib/dns/sec/dst/include
LWRES_INCLUDES = @BIND9_LWRES_BUILDINCLUDE@ \
+ -I${top_srcdir}/lib/lwres/unix/include \
-I${top_srcdir}/lib/lwres/include
TEST_INCLUDES = \
diff --git a/make/rules.in b/make/rules.in
index 7e896cc1..d37335ea 100644
--- a/make/rules.in
+++ b/make/rules.in
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: rules.in,v 1.37 2001/06/08 19:04:05 gson Exp $
+# $Id: rules.in,v 1.39 2001/07/13 01:38:51 gson Exp $
###
### Common Makefile rules for BIND 9.
@@ -170,6 +170,7 @@ RANLIB = @RANLIB@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
###
@@ -198,9 +199,7 @@ SGMLSPL = sgmlspl
#
.docbook.html:
${OPENJADE} -c ${SGMLCATALOG} -t sgml -d ${HTMLSTYLE} $<
- sed 's/@Id@/$$Id: rules.in,v 1.37 2001/06/08 19:04:05 gson Exp $$/' < ${top_srcdir}/docutil/HTML_COPYRIGHT > $@
- cat r1.htm >> $@
- rm -f r1.htm
+ cat ${top_srcdir}/docutil/HTML_COPYRIGHT r1.htm > $@
.docbook.1:
sh ${top_srcdir}/docutil/docbook2man-wrapper.sh ${top_srcdir} $< $@