Skip to content

Commit

Permalink
Re: [PATCH 5.8.8] Build on OS/2 - missing part
Browse files Browse the repository at this point in the history
Message-ID: <[email protected]>

p4raw-id: //depot/perl@29497
  • Loading branch information
Ilya Zakharevich authored and smpeters committed Dec 10, 2006
1 parent 5fe1b2e commit 46aae39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ os2)
MINIPERLEXP = miniperl
perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl.exp
./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl5.def
!NO!SUBS!
;;
Expand Down
2 changes: 1 addition & 1 deletion os2/Makefile.SHs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ libperl_override.lib: libperl_override.imp
emximp -o $@ libperl_override.imp

libperl_dllmain.imp: imp_version
echo 'main $(PERL_DLL_BASE) dll_perlmain ?' >> $@
echo 'main $(PERL_DLL_BASE) dll_perlmain ?' > $@

libperl_dllmain.lib: libperl_dllmain.imp
emximp -o $@ libperl_dllmain.imp
Expand Down

0 comments on commit 46aae39

Please sign in to comment.