Skip to content

Commit

Permalink
Integrate:
Browse files Browse the repository at this point in the history
[ 21651]
Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
Message-ID: <20031104042044.GA1682@math.berkeley.edu>
p4raw-link: @21651 on //depot/perl: 8ee276f

p4raw-id: //depot/maint-5.8/perl@21653
p4raw-integrated: from //depot/perl@21649 'copy in' os2/Makefile.SHs
	(@21620..)
  • Loading branch information
Ilya Zakharevich authored and nwc10 committed Nov 4, 2003
1 parent e4bd4d4 commit ebd04b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os2/Makefile.SHs
Expand Up @@ -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)))

Expand Down Expand Up @@ -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 $@

Expand Down

0 comments on commit ebd04b3

Please sign in to comment.