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 | 7f52b44e1449c1e66faa440278b16de7a150a3ee (patch) | |
tree | 1dd6affbc533fe6187138473904103653138ee4b /win32 | |
parent | eb9ef1afc5241a079dcdecd486727e36ca8dcbbe (diff) | |
download | perl-7f52b44e1449c1e66faa440278b16de7a150a3ee.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 |