From: Jarkko Hietaniemi Date: Tue, 13 Feb 2001 05:56:36 +0000 (+0000) Subject: Integrate change #8786 from maintperl, posix-bc byacc handling. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1f802f72d2a5ab6b92210fa96748318d879b276;p=p5sagit%2Fp5-mst-13.2.git Integrate change #8786 from maintperl, posix-bc byacc handling. p4raw-link: @8786 on //depot/maint-5.6/perl: 791ece1b591d74df257917b202df7d8c57073d8c p4raw-id: //depot/perl@8787 p4raw-integrated: from //depot/maint-5.6/perl@8785 'merge in' Makefile.SH (@8657..) --- diff --git a/Makefile.SH b/Makefile.SH index 81b0136..37679af 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -123,6 +123,15 @@ for f in $nonxs_ext; do nonxs_list="$nonxs_list ext/$f/pm_to_blib" done +# Handle the usage of different yaccs in posix-bc (During Configure we +# us yacc for perly.y and byacc for a2p.y. The makefiles must use the +# same configuration for run_byacc!): +case "$osname" in + posix-bc) + byacc=$yacc + ;; +esac + echo "Extracting Makefile (with variable substitutions)" $spitshell >Makefile <a2p.tmp && mv a2p.tmp a2p.c xxx="$xxx a2p.c" fi