From: Paolo Bonzini Date: Fri, 13 Aug 2010 01:04:06 +0000 (-0400) Subject: fix sysroot tests to pass on Fedora 13 X-Git-Tag: v2.4~72^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5735d4b16d9efb5e6348f7cd2eb348a38395f1fc;p=thirdparty%2Flibtool.git fix sysroot tests to pass on Fedora 13 * tests/sysroot.at: Link $prefix/include into the sysroot as well, as required by newer GCC. --- diff --git a/tests/sysroot.at b/tests/sysroot.at index 850e0cd76..869c9c49e 100644 --- a/tests/sysroot.at +++ b/tests/sysroot.at @@ -54,7 +54,7 @@ local_dirname() { } AT_CHECK([ -(cd "$gcc_sysroot" && find ".$prefix/bin" ".$prefix/lib" \! -type d) | \ +(cd "$gcc_sysroot" && find ".$prefix/bin" ".$prefix/include" ".$prefix/lib" \! -type d) | \ while read file; do dir=`local_dirname "$sysroot/$file"` test -d "$dir" || mkdir -p "$dir"