Remove uneeded patch file.
Approved by: linimon (mentor)
This commit is contained in:
parent
b9691bd692
commit
6de1e00bf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229360
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
--- config/ltmain.sh.orig Thu Aug 31 09:21:40 2006
|
||||
+++ config/ltmain.sh Thu Aug 31 09:21:52 2006
|
||||
@@ -6003,10 +6003,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"
|
Loading…
Reference in a new issue