be19a61925
PR: 106653 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
15 lines
517 B
Bash
15 lines
517 B
Bash
--- config/ltmain.sh.orig Wed Dec 13 11:54:39 2006
|
|
+++ config/ltmain.sh Wed Dec 13 11:54:52 2006
|
|
@@ -5659,10 +5659,12 @@
|
|
fi
|
|
|
|
# Install the pseudo-library for information purposes.
|
|
+ if /usr/bin/false ; then
|
|
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
|
instname="$dir/$name"i
|
|
$show "$install_prog $instname $destdir/$name"
|
|
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
|
+ fi
|
|
|
|
# Maybe install the static library, too.
|
|
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|