9303fa2bc8
PR: 65721 Submitted by: KATO Tsuguru <tkato@prontomail.com>, deischen
15 lines
502 B
Bash
15 lines
502 B
Bash
--- ltmain.sh.orig Wed Jan 23 10:32:07 2002
|
|
+++ ltmain.sh Wed Sep 4 03:36:57 2002
|
|
@@ -4365,10 +4365,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"
|