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 | |
parent | 807d88e1cd2d007ac04425b3a3b198e93491d32f (diff) | |
download | perl-8c762f6f49867173d309d5d57f7fe3f5e7fdcdae.tar.gz |
makefile nits
p4raw-id: //depot/perl@5888
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 4 |
2 files changed, 3 insertions, 3 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. # ## diff --git a/win32/makefile.mk b/win32/makefile.mk index e9565884e8..7dd2902f86 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -6,7 +6,7 @@ # Mingw32 with gcc-2.95.2 or better **experimental** # # 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. # ## @@ -804,7 +804,7 @@ POD2TEXT = $(PODDIR)\pod2text # -- BKS 10-17-1999 CFG_VARS = \ INST_DRV=$(INST_DRV) ~ \ - INST_TOP=$(INST_TOP) ~ \ + INST_TOP=$(INST_TOP:s/\/\\/) ~ \ INST_VER=$(INST_VER:s/\/\\/) ~ \ INST_ARCH=$(INST_ARCH) ~ \ archname=$(ARCHNAME) ~ \ |