From: Jarkko Hietaniemi Date: Wed, 7 Mar 2001 14:55:30 +0000 (+0000) Subject: (Retracted by #9078.) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=910e2c00e1560aec9f2660860b8fb831a5c9fc0f;p=p5sagit%2Fp5-mst-13.2.git (Retracted by #9078.) p4raw-id: //depot/perl@9069 --- diff --git a/Makefile.SH b/Makefile.SH index 43a1cc3..1799253 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -132,6 +132,15 @@ case "$osname" in ;; esac +# 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 <