From: Chris Larson Date: Fri, 31 Oct 2003 03:54:09 +0000 (+0000) Subject: For libtool-cross, install config.guess and config.sub, not ${CROSS}config.guess... X-Git-Tag: Release-2010-05/1~20595 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fceee2a0e3ebce369a8e415c1e0a213c6ecdccf;p=openembedded.git For libtool-cross, install config.guess and config.sub, not ${CROSS}config.guess and ${CROSS}config.sub BKrev: 3fa1dce1nsGNewkdsAh5sxNVpkOzrg --- diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe index 465860dfbc..b3a3506b2b 100644 --- a/libtool/libtool-cross_1.5.oe +++ b/libtool/libtool-cross_1.5.oe @@ -19,8 +19,8 @@ do_stage () { install -d ${STAGING_DIR}/share/{libtool,aclocal} install -m 0755 ${CROSS}libtool ${STAGING_BINDIR}/${CROSS}libtool install -m 0755 libtoolize ${STAGING_BINDIR}/${CROSS}libtoolize - install -c config.guess ${STAGING_DIR}/share/libtool/${CROSS}config.guess - install -c config.sub ${STAGING_DIR}/share/libtool/${CROSS}config.sub + install -c config.guess ${STAGING_DIR}/share/libtool/config.guess + install -c config.sub ${STAGING_DIR}/share/libtool/config.sub install -c -m 0644 ltmain.sh ${STAGING_DIR}/share/libtool/ install -c -m 0644 libtool.m4 ${STAGING_DIR}/share/aclocal/ install -c -m 0644 ltdl.m4 ${STAGING_DIR}/share/aclocal/