diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-24 08:54:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-24 08:54:54 +0000 |
commit | 2d340b60e5064a4e3ddbd0fd329084a83392138f (patch) | |
tree | c6e815e47c99994093103d99c04b49a271739564 | |
parent | c8c28942eb5dd6e9c772ac6dce0a150519170f2c (diff) | |
download | perl-2d340b60e5064a4e3ddbd0fd329084a83392138f.tar.gz |
EBCDIC fix from Thomas Dorner.
p4raw-id: //depot/perl@20196
-rw-r--r-- | Makefile.SH | 4 |
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 |