summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-27 01:31:32 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-27 01:31:32 +0000
commit045453ec55d824e77191d868f07b6aa6ada39395 (patch)
treef38aba937e8b2e8a50f5015cb5581c724d8b9e51 /win32/Makefile
parentd470f89e9a2abc6d26aa153a172cfbb87482dc3a (diff)
downloadperl-045453ec55d824e77191d868f07b6aa6ada39395.tar.gz
avoid .exe in $Config{cc} (spotted by Vadim Konovalov
<vkonovalov@lucent.com>) p4raw-id: //depot/perl@4236
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 9dd104edd7..4e09675fdd 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -244,8 +244,8 @@ INST_HTML = $(INST_POD)\html
# Programs to compile, build .lib files and link
#
-CC = cl.exe
-LINK32 = link.exe
+CC = cl
+LINK32 = link
LIB32 = $(LINK32) -lib
#