From 43c916b6dc5441c273bbefd789f8944f2d8c8070 Mon Sep 17 00:00:00 2001 From: Shiz Date: Sat, 20 Jun 2015 04:10:22 +0200 Subject: fix portability issues in build system This fixes numerous issues where the CBB build system used non-portable constructs. See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltmain.sh') 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 -- cgit v1.2.3