diff options
author | Blair Zajac <blair@orcaware.com> | 2001-09-20 11:15:43 -0700 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-09-21 00:19:55 +0000 |
commit | 9bedc915eb93569a1e9ab0b8265e8ffaa6002916 (patch) | |
tree | 3966b5aa3cd647f88cadffd4580ab3c5ec18a7e2 /win32 | |
parent | 851f5327e443379512e563e4bfcc645131e9b4ab (diff) | |
download | perl-9bedc915eb93569a1e9ab0b8265e8ffaa6002916.tar.gz |
win32/Makefile warning fix
Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
p4raw-id: //depot/perl@12101
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 93f8cb238e..91978fb4b9 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -577,7 +577,7 @@ WIN32_OBJ = $(WIN32_SRC:.c=.obj) MINICORE_OBJ = $(MICROCORE_OBJ:..\=.\mini\) \ $(MINIDIR)\miniperlmain$(o) \ $(MINIDIR)\perlio$(o) -MINIWIN32_OBJ = $(WIN32_OBJ:.\=.\mini\) $(MINIDIR)\win32io$(o) +MINIWIN32_OBJ = $(WIN32_OBJ:.\=.\mini\) MINI_OBJ = $(MINICORE_OBJ) $(MINIWIN32_OBJ) DLL_OBJ = $(DLL_SRC:.c=.obj) X2P_OBJ = $(X2P_SRC:.c=.obj) |