diff options
author | Steve Hay <SteveHay@planit.com> | 2005-03-04 17:01:24 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-03-04 17:01:24 +0000 |
commit | e99b0bf3355fd2ede555e05f6f07bf3c364e2b72 (patch) | |
tree | 1dd6affbc533fe6187138473904103653138ee4b /win32 | |
parent | 359b00fe3089c84f6f4b5e7703992d79ccfc9b88 (diff) | |
download | perl-e99b0bf3355fd2ede555e05f6f07bf3c364e2b72.tar.gz |
Stop mktables from needlessly re-running when using dmake on Win32
p4raw-id: //depot/perl@24004
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index fdb50ca77b..c4c0115e48 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 |