diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 05:37:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 05:37:48 +0000 |
commit | 15e52e56ffc1b4b0632038d47561373c5ca610c4 (patch) | |
tree | 15aaf7ccef22d054555bbacbab3696f48ba8aab3 /ext/re/Makefile.PL | |
parent | d06ea78cdb5afedf2e1a85ff54e3bfc5c519b3c5 (diff) | |
download | perl-15e52e56ffc1b4b0632038d47561373c5ca610c4.tar.gz |
get it building again on win32
p4raw-id: //depot/perl@1394
Diffstat (limited to 'ext/re/Makefile.PL')
-rw-r--r-- | ext/re/Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/re/Makefile.PL b/ext/re/Makefile.PL index c6a55a6f44..afeaef572f 100644 --- a/ext/re/Makefile.PL +++ b/ext/re/Makefile.PL @@ -11,11 +11,11 @@ WriteMakefile( sub MY::postamble { return <<'EOF'; re_comp.c: ../../regcomp.c - -$(RM) $@ + -$(RM_F) $@ $(CP) ../../regcomp.c $@ re_exec.c: ../../regexec.c - -$(RM) $@ + -$(RM_F) $@ $(CP) ../../regexec.c $@ EOF |