d05b070e0f
from Andreas Bihlmaier (MAINTAINER)
18 lines
922 B
Plaintext
18 lines
922 B
Plaintext
$OpenBSD: patch-sdcc_sim_ucsim_configure,v 1.2 2007/06/06 17:23:09 jasper Exp $
|
|
--- sim/ucsim/configure.orig Sun Jan 21 10:09:01 2007
|
|
+++ sim/ucsim/configure Wed Jun 6 19:13:16 2007
|
|
@@ -7316,11 +7316,11 @@ cygwin* | mingw* | pw32*)
|
|
yes,cygwin*)
|
|
library_names_spec='$libname.dll.a'
|
|
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
|
|
- postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
|
|
+ postinstall_cmds='dlpath=`ksh 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
|
|
dldir=$destdir/`dirname \$dlpath`~
|
|
test -d \$dldir || mkdir -p \$dldir~
|
|
$install_prog .libs/$dlname \$dldir/$dlname'
|
|
- postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
|
+ postuninstall_cmds='dldll=`ksh 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
|
dlpath=$dir/\$dldll~
|
|
$rm \$dlpath'
|
|
;;
|