Message-ID: <
4224685483.20010814223011@tesla.rcub.bg.ac.yu>
Combination of nmake, quoting, and Perl expanded $( in here-doc.
p4raw-id: //depot/perl@11672
if ($^O =~ /MSWin32/ && Win32::IsWin95()) {
if ($Config{'make'} =~ /dmake/i) {
# dmake-specific
- return <<EOT;
+ return <<'EOT';\r
$(MYEXTLIB): sdbm/Makefile
@[
cd sdbm
EOT
} elsif ($Config{'make'} =~ /nmake/i) {
#
- return <<EOT;
+ return <<'EOT';\r
$(MYEXTLIB): sdbm/Makefile
cd sdbm
$(MAKE) all