diff options
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/' |