summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 744264797..3ec69fa2e 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -2346,7 +2346,7 @@ func_mode_install ()
head -n$imp_lines "$implib_def_name" > "$implib_exp_def_name"
"$host"-dlltool -d "$implib_exp_def_name" -D "$dso_name" -l "$implib_name"
- cp -t "$destdir" "$implib_name"
+ cp "$implib_name" "$destdir"
;;
esac