diff options
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 3a8c012cf8..5bec7a0058 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -164,7 +164,7 @@ malloc.c: ../malloc.c -e 's/"EXTERN.h"/"..\/EXTERN.h"/' \ -e 's/"perl.h"/"..\/perl.h"/' \ -e 's/my_exit/exit/' \ - -e 's/MUTEX_[A-Z_]*(&malloc_mutex);//' + -e 's/MUTEX_[A-Z_]*(&PL_malloc_mutex);//' # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE $(obj): |