summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 3c6e8e3436..660515a6b4 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -158,7 +158,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