From b732e2e2ae519146417c8478ead31bc42f50a8ac Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Tue, 29 May 2001 00:01:38 -0400 Subject: extra static libs for OS/2 Message-ID: <20010529040138.A9482@math.ohio-state.edu> p4raw-id: //depot/perl@10281 --- os2/Makefile.SHs | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'os2') diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index b3b472b640..9efc864afa 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -14,6 +14,15 @@ esac dll_post="`echo $perl_fullversion | sum | sed -e 's/^0*//' | awk '{print $1}'`" dll_post="`printf '%x' $dll_post | tr '[a-z]' '[A-Z]'`" +aout_extra_libs='' +aout_extra_sep='' +for xxx in $aout_extra_static_ext; do + aout_extra_dir=`echo "$xxx" | sed -e 's/::/\//g'` + aout_extra_lib="lib/auto/$aout_extra_dir/"`basename "$aout_extra_dir"` + aout_extra_libs="$aout_extra_libs$aout_extra_sep$aout_extra_lib$aout_lib_ext" + aout_extra_sep=' ' +done + $spitshell >>Makefile <