blob: 0c3817d64823d78a5de2bd42f6223fc54fa5a147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ltmain.sh.orig Thu Jul 16 09:15:18 1998
+++ ltmain.sh Thu Jul 16 09:15:44 1998
@@ -1841,11 +1841,6 @@
IFS="$save_ifs"
fi
- # Install the pseudo-library for information purposes.
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- $show "$install_prog $file $destdir/$name"
- $run eval "$install_prog $file $destdir/$name" || exit $?
-
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
;;
|