|
Line 0
Link Here
|
|
|
1 |
--- ltmain.sh.orig Wed Oct 3 17:06:43 2001 |
| 2 |
+++ ltmain.sh Wed Oct 3 17:07:44 2001 |
| 3 |
@@ -4174,11 +4174,13 @@ |
| 4 |
IFS="$save_ifs" |
| 5 |
fi |
| 6 |
|
| 7 |
+ if false; then |
| 8 |
# Install the pseudo-library for information purposes. |
| 9 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
| 10 |
instname="$dir/$name"i |
| 11 |
$show "$install_prog $instname $destdir/$name" |
| 12 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
| 13 |
+ fi |
| 14 |
|
| 15 |
# Maybe install the static library, too. |
| 16 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |