aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal/files/patch-ch
blob: fe7ecfa7b813e17eb90c21a89cdd727caf0cbf77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ltmain.sh.orig	Wed Aug 30 08:22:05 2000
+++ ltmain.sh	Wed Aug 30 08:24:36 2000
@@ -4058,12 +4058,6 @@
 	  IFS="$save_ifs"
 	fi
 
-	# Install the pseudo-library for information purposes.
-	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 $?
-
 	# Maybe install the static library, too.
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
 	;;