From: Nick Ing-Simmons Date: Sun, 19 Jul 1998 18:57:35 +0000 (+0000) Subject: Another threaded, perl malloc issue, x2p's Makefile.SH has a X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8611d51e05a37be8bd2213eb9254ef3d54848e64;p=p5sagit%2Fp5-mst-13.2.git Another threaded, perl malloc issue, x2p's Makefile.SH has a pattern match... p4raw-id: //depot/ansiperl@1571 --- diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 3a8c012..5bec7a0 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):