From: Steve Hay Date: Fri, 4 Mar 2005 17:01:24 +0000 (+0000) Subject: Stop mktables from needlessly re-running when using dmake on Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e99b0bf3355fd2ede555e05f6f07bf3c364e2b72;p=p5sagit%2Fp5-mst-13.2.git Stop mktables from needlessly re-running when using dmake on Win32 p4raw-id: //depot/perl@24004 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index fdb50ca..c4c0115 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1331,12 +1331,7 @@ inst_lib : $(CONFIGPM) $(MINIPERL) -I..\lib ..\splittree.pl "../LIB" $(AUTODIR) $(RCOPY) ..\lib $(INST_LIB)\*.* -# Move the rule for making $(UNIDATAFILES) into a separate target and leave the -# actual rule here blank because dmake runs the rule here once for each of the -# files listed in $(UNIDATAFILES) -$(UNIDATAFILES) : make_unidatafiles - -make_unidatafiles : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables +$(UNIDATAFILES) .UPDATEALL : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables cd ..\lib\unicore && \ ..\$(MINIPERL) -I.. mktables