diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 19:29:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 19:29:47 +0000 |
commit | 8c762f6f49867173d309d5d57f7fe3f5e7fdcdae (patch) | |
tree | 07b8808e30454ccc82d98447cb3c949bf7364ffe /win32/Makefile | |
parent | 807d88e1cd2d007ac04425b3a3b198e93491d32f (diff) | |
download | perl-8c762f6f49867173d309d5d57f7fe3f5e7fdcdae.tar.gz |
makefile nits
p4raw-id: //depot/perl@5888
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 82896e9781..12adc38082 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -2,7 +2,7 @@ # Makefile to build perl on Windows NT using Microsoft NMAKE. # # This is set up to build a perl.exe that runs off a shared library -# (perl.dll). Also makes individual DLLs for the XS extensions. +# (perl56.dll). Also makes individual DLLs for the XS extensions. # ## |