From: Gurusamy Sarathy Date: Fri, 6 Mar 1998 03:19:23 +0000 (+0000) Subject: [win32] fix typo in Makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15ee1d8715e28c0c0be2cceb2f9f90d79153090e;p=p5sagit%2Fp5-mst-13.2.git [win32] fix typo in Makefile p4raw-id: //depot/win32/perl@790 --- diff --git a/win32/Makefile b/win32/Makefile index b4dfd30..2653920 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -39,7 +39,7 @@ INST_TOP=$(INST_DRV)\perl5004.5x # WARNING: Turning this on/off WILL break binary compatibility with extensions # you may have compiled with/without it. Be prepared to recompile all extensions # if you change the default. -PERL_MALLOC *= define +PERL_MALLOC = define # # set the install locations of the compiler include/libraries