diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2003-11-03 12:20:44 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-04 05:43:56 +0000 |
commit | 8ee276f395d4f9dd37add3f06a414b9925af5591 (patch) | |
tree | 80b90b00d7b1245f3e9f9f983be30d08a481d31b /os2/Makefile.SHs | |
parent | 03699e8e149475044b8cf43118cce81b4d360dfb (diff) | |
download | perl-8ee276f395d4f9dd37add3f06a414b9925af5591.tar.gz |
Re: [PATCH 5.8.2 @21574] OS/2 build
Message-ID: <20031104042044.GA1682@math.berkeley.edu>
p4raw-id: //depot/perl@21651
Diffstat (limited to 'os2/Makefile.SHs')
-rw-r--r-- | os2/Makefile.SHs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index 87f0b37093..2a098c95bc 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -207,7 +207,7 @@ installcmd : aout_obj = $(addsuffix $(AOUT_OBJ_EXT),$(basename $(obj))) AOUT_DYNALOADER = $(addsuffix $(AOUT_LIB_EXT),$(basename $(DYNALOADER))) -aout_ext = $(dynamic_ext) $(AOUT_EXTRA_LIBS) +aout_ext = $(static_ext) $(dynamic_ext) $(AOUT_EXTRA_LIBS) aout_static_ext = $(addsuffix $(AOUT_LIB_EXT),$(basename $(aout_ext))) aout_static_lib = $(addsuffix $(LIB_EXT),$(basename $(aout_ext))) @@ -237,7 +237,7 @@ perlmain(AOUT_OBJ_EXT): perlmain.c $(AOUT_CCCMD_DLL) $(PLDLFLAGS) -c perlmain.c # Assume that extensions are at most 4 deep (this is so with 5.8.1) -aout_extlist: $(aout_static_ext) +aout_extlist: $(aout_static_ext) $(AOUT_DYNALOADER) echo lib/auto/*.a lib/auto/*/*.a lib/auto/*/*/*.a lib/auto/*/*/*/*.a | tr ' ' '\n' | grep -v '\*' > $@.tmp sh mv-if-diff $@.tmp $@ |