summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-24 08:54:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-24 08:54:54 +0000
commit2d340b60e5064a4e3ddbd0fd329084a83392138f (patch)
treec6e815e47c99994093103d99c04b49a271739564
parentc8c28942eb5dd6e9c772ac6dce0a150519170f2c (diff)
downloadperl-2d340b60e5064a4e3ddbd0fd329084a83392138f.tar.gz
EBCDIC fix from Thomas Dorner.
p4raw-id: //depot/perl@20196
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index ae6072e0b7..08707c5882 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1233,9 +1233,9 @@ $rm -f $firstmakefile
# Now do any special processing required before building.
case "$ebcdic" in
-$define)
+define)
xxx=''
- echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4
+ echo "This is an EBCDIC system, checking if any parser files need regenerating." >&2
case "$osname" in
os390|posix-bc)
rm -f y.tab.c y.tab.h