summaryrefslogtreecommitdiff
path: root/devel/pcre/files/patch-ltmain.sh
blob: 4ced780581f25238c36a0f1f04a2a7f50e2116ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ltmain.sh.orig	Thu May 22 15:25:54 2003
+++ ltmain.sh	Thu Jun 26 01:26:04 2003
@@ -4286,12 +4286,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"
 	;;