diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-10 10:37:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-10 10:37:42 +0000 |
commit | 42d1cefd9a529012253aff0d502edf7a4f6a6ac3 (patch) | |
tree | 3c891c5090dec221cb47002584505c3c6f146818 /wince/config_h.PL | |
parent | 8861ecc69a87dc6907b3e9c79689edb5df16413e (diff) | |
download | perl-42d1cefd9a529012253aff0d502edf7a4f6a6ac3.tar.gz |
Really apply change #26071.
p4raw-link: @26071 on //depot/perl: 8861ecc69a87dc6907b3e9c79689edb5df16413e
p4raw-id: //depot/perl@26072
Diffstat (limited to 'wince/config_h.PL')
-rw-r--r-- | wince/config_h.PL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wince/config_h.PL b/wince/config_h.PL index 9446cdc8bc..9a23252323 100644 --- a/wince/config_h.PL +++ b/wince/config_h.PL @@ -18,7 +18,6 @@ while (@ARGV && $ARGV[0] =~ /^([\w_]+)=(.*)$/) } $opt{CONFIG_H} ||= 'config.h'; -$opt{CORE_DIR} ||= '../lib/CORE'; warn "Writing $opt{CONFIG_H}\n"; @@ -53,7 +52,7 @@ eval $str; die "$str:$@" if $@; open(H,">$file.new") || die "Cannot open $file.new:$!"; -binmode H; # no CRs (which cause a spurious rebuild) +#binmode H; # no CRs (which cause a spurious rebuild) while (<SH>) { last if /^$term$/o; |