summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-04-04 03:01:14 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-04-04 03:01:14 +0000
commit3da0943717409aa5209a9776746cc2cfeb50eb29 (patch)
tree16a886524d7d27d5839f73183bc077a85b4d1966
parent741daf9fefb369fa97f8467fc06d60a8832dcdee (diff)
downloadperl-3da0943717409aa5209a9776746cc2cfeb50eb29.tar.gz
another tweak needed for SunOS 4.1.x build (from Mike Guy)
p4raw-id: //depot/maint-5.6/perl@9539
-rwxr-xr-xMakefile.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index b03e9888ae..ac5ade4302 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -161,7 +161,8 @@ CLDFLAGS = $ldflags
mallocsrc = $mallocsrc
mallocobj = $mallocobj
LNS = $lns
-CPS = $cp -f
+# NOTE: some systems don't grok "cp -f". XXX Configure test needed?
+CPS = $cp
RMS = rm -f
ranlib = $ranlib