summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-07 14:55:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-07 14:55:30 +0000
commit910e2c00e1560aec9f2660860b8fb831a5c9fc0f (patch)
treef879ed7c110a8a0828b72118eddfb210fde2c410 /Makefile.SH
parent2ec6af5f978df7271f6d544a10f1ed025070c53f (diff)
downloadperl-910e2c00e1560aec9f2660860b8fb831a5c9fc0f.tar.gz
(Retracted by #9078.)
p4raw-id: //depot/perl@9069
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 43a1cc37b3..1799253fee 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 <<!GROK!THIS!
# Makefile.SH