diff options
author | Fifer, Eric <EFifer@sanwaint.com> | 1999-06-02 16:16:05 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-05 05:17:12 +0000 |
commit | 1cab015a482fdf2a2c78aa5bae65199be3b5e3c8 (patch) | |
tree | e02b004521f99ac1666a83c1a55c3d9d5e780236 /Makefile.SH | |
parent | 16cebae21a82370677b73e4db793c726b3f4ff27 (diff) | |
download | perl-1cab015a482fdf2a2c78aa5bae65199be3b5e3c8.tar.gz |
cygwin32 update
Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
p4raw-id: //depot/perl@3582
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0c02a43838..bd64d77dce 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -46,7 +46,7 @@ true) rhapsody*) ldlibpth="DYLD_LIBRARY_PATH=`pwd`/Perl:$DYLD_LIBRARY_PATH" ;; - cygwin*) ldlibpth="PATH=`pwd`:$PATH" + cygwin*) ldlibpth="PATH='`pwd`:$PATH'" linklibperl="-lperl" ;; os2*) # OS/2 doesn't need anything special for LD_LIBRARY_PATH. |