summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Marquess <pmarquess@bfsec.bt.co.uk>1996-12-24 16:07:24 +1200
committerChip Salzenberg <chip@atlantic.net>1996-12-25 11:25:00 +1200
commit14bd2ed11beb14277d10550d57af5429e629ad4e (patch)
tree9ddf8baaeb9ab062c8c135c2580a1701452668bd
parent70af249b6894da2bfa21d417f3d588e5e8131dcc (diff)
downloadperl-14bd2ed11beb14277d10550d57af5429e629ad4e.tar.gz
Use root EXTERN.h when compiling x2p/malloc.c.
-rwxr-xr-xx2p/Makefile.SH1
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/'