From 2d340b60e5064a4e3ddbd0fd329084a83392138f Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 24 Jul 2003 08:54:54 +0000 Subject: EBCDIC fix from Thomas Dorner. p4raw-id: //depot/perl@20196 --- Makefile.SH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.SH') 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 -- cgit v1.2.1