X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.SH;h=0399902f986bf9fa6c76d3ed1195da45c170e58f;hb=3cfae81b38bc8edd77142113464ee12c2a2e5af0;hp=c8ef6ab4f04ebbeb6bf42bb3be7b2ffecd509ae9;hpb=6dce6b70b85ef184fc8b4432d2436d1be5f0b117;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Makefile.SH b/Makefile.SH index c8ef6ab..0399902 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -357,6 +357,16 @@ perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) !NO!SUBS! ;; +os2) + $spitshell >>Makefile <<'!NO!SUBS!' +MINIPERLEXP = miniperl + +perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map + ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) > perl.exp.tmp + sh mv-if-diff perl.exp.tmp perl5.def + +!NO!SUBS! + ;; esac if test -r $Makefile_s ; then