]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
"make install" was failing when building with both exportlibs and libtool.
authorEvan Hunt <each@isc.org>
Mon, 16 May 2011 22:58:05 +0000 (22:58 +0000)
committerEvan Hunt <each@isc.org>
Mon, 16 May 2011 22:58:05 +0000 (22:58 +0000)
(trivial makefile fix, no CHANGES note.) [RT #24425]

lib/export/dns/Makefile.in
lib/export/irs/Makefile.in
lib/export/isccfg/Makefile.in

index 4ce280381080d4290cdded221d5cefca73a1dd93..1453e3d39faf99ea80a0681f2178133e3f609469 100644 (file)
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.8 2010/12/23 04:07:59 marka Exp $
+# $Id: Makefile.in,v 1.9 2011/05/16 22:58:05 each Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/dns
@@ -133,7 +133,7 @@ installdirs:
 
 install:: timestamp installdirs
        ${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libdns.@A@ \
-       ${DESTDIR}${export_libdir}
+       ${DESTDIR}${export_libdir}/
 
 clean distclean::
        rm -f libdns.@A@ timestamp
index 58a9b212ab20033e1c36ce9a5f06ef98b740bd73..bb52b1cb26b47c2710755c04575382a60068040e 100644 (file)
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.4 2009/12/05 23:31:40 each Exp $
+# $Id: Makefile.in,v 1.5 2011/05/16 22:58:05 each Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/irs
@@ -80,7 +80,7 @@ installdirs:
 
 install:: timestamp installdirs
        ${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libirs.@A@ \
-       ${DESTDIR}${export_libdir}
+       ${DESTDIR}${export_libdir}/
 
 clean distclean::
        rm -f libirs.@A@ libirs.la timestamp
index c5bd997358bef8ff20b87e923db6306424bd8282..043cc31d0409d722287708b7cb1be85ebf528115 100644 (file)
@@ -12,7 +12,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.4 2009/12/05 23:31:41 each Exp $
+# $Id: Makefile.in,v 1.5 2011/05/16 22:58:05 each Exp $
 
 top_srcdir =   @top_srcdir@
 srcdir =       @top_srcdir@/lib/isccfg
@@ -77,7 +77,7 @@ installdirs:
 
 install:: timestamp installdirs
        ${LIBTOOL_MODE_INSTALL} ${INSTALL_DATA} libisccfg.@A@ \
-       ${DESTDIR}${export_libdir}
+       ${DESTDIR}${export_libdir}/
 
 clean distclean::
        rm -f libisccfg.@A@ timestamp