diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 14:03:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 14:03:50 +0000 |
commit | a01cf02158e8dbaa55950383b034dc136b7d914b (patch) | |
tree | cc811eb6b2d2c35d3d77cd7cf4abf6be4c2c745a /win32 | |
parent | 78343be7b86f9004a04a6659b6df1011666cda9e (diff) | |
download | perl-a01cf02158e8dbaa55950383b034dc136b7d914b.tar.gz |
Integrate perlio:
[ 15381]
Restore tabs so dmake will parse file!
p4raw-link: @15381 on //depot/perlio: 4cbf5a93b15a5783cbe69de6f4f935df308853d2
p4raw-id: //depot/perl@15384
p4raw-integrated: from //depot/perlio@15383 'copy in' win32/makefile.mk
(@15269..)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index cfcdd73fe7..1e2048878d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1217,14 +1217,14 @@ test-wide-notty : test-prep cd ..\t && $(PERLEXE) -I..\lib harness _test : $(RIGHTMAKE) - $(XCOPY) $(PERLEXE) ..\t\$(NULL) - $(XCOPY) $(PERLDLL) ..\t\$(NULL) + $(XCOPY) $(PERLEXE) ..\t\$(NULL) + $(XCOPY) $(PERLDLL) ..\t\$(NULL) .IF "$(CCTYPE)" == "BORLAND" - $(XCOPY) $(GLOBBAT) ..\t\$(NULL) + $(XCOPY) $(GLOBBAT) ..\t\$(NULL) .ELSE - $(XCOPY) $(GLOBEXE) ..\t\$(NULL) + $(XCOPY) $(GLOBEXE) ..\t\$(NULL) .ENDIF - cd ..\t && $(PERLEXE) -I..\lib harness + cd ..\t && $(PERLEXE) -I..\lib harness clean : Extensions_clean -@erase miniperlmain$(o) |