]> 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:53:19 +0000 (22:53 +0000)
committerEvan Hunt <each@isc.org>
Mon, 16 May 2011 22:53:19 +0000 (22:53 +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..70f2b2301c1f4452ec1ab886f8eaa6a914b91261 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.8.14.1 2011/05/16 22:53:19 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..7b158b0bfe867198965ff07eb61b18658408b5db 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.4.244.1 2011/05/16 22:53:19 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..326abc68f951742607bb3cb1e755240459c9777b 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.4.244.1 2011/05/16 22:53:19 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