diff options
author | Paul Marquess <pmarquess@bfsec.bt.co.uk> | 1996-12-24 16:07:24 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-12-25 11:25:00 +1200 |
commit | 14bd2ed11beb14277d10550d57af5429e629ad4e (patch) | |
tree | 9ddf8baaeb9ab062c8c135c2580a1701452668bd /x2p | |
parent | 70af249b6894da2bfa21d417f3d588e5e8131dcc (diff) | |
download | perl-14bd2ed11beb14277d10550d57af5429e629ad4e.tar.gz |
Use root EXTERN.h when compiling x2p/malloc.c.
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 27345f0e8a..0ca3ff35db 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -151,6 +151,7 @@ $(plextract): malloc.c: ../malloc.c rm -f malloc.c sed <../malloc.c >malloc.c \ + -e 's/"EXTERN.h"/"..\/EXTERN.h"/' \ -e 's/"perl.h"/"..\/perl.h"/' \ -e 's/my_exit/exit/' |