diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 21:45:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 21:45:49 +0000 |
commit | 02a99678fa25e3993355f34f3aaf4bc0c9f2c745 (patch) | |
tree | bb88332851d78271f15dab5cbbf97c67dfe79289 /ext/Errno | |
parent | 2f3b333f8f33a996945618e3a6de2f8c72c3ba4e (diff) | |
download | perl-02a99678fa25e3993355f34f3aaf4bc0c9f2c745.tar.gz |
EPOC fixes from Olaf Flebbe.
p4raw-id: //depot/perl@13665
Diffstat (limited to 'ext/Errno')
-rw-r--r-- | ext/Errno/Errno_pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 826f37fa38..d429146c20 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -97,7 +97,7 @@ sub get_files { $file{'../../vmesa/errno.h'} = 1; } elsif ($Config{archname} eq 'epoc') { # Watch out for cross compiling for EPOC (usually done on linux) - $file{'/usr/local/epoc/include/libc/sys/errno.h'} = 1; + $file{'/usr/local/epocemx/epocsdk/include/libc/sys/errno.h'} = 1; } elsif ($^O eq 'linux' && $Config{gccversion} ne '' # might be using, say, Intel's icc ) { |