summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-04 04:03:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-04 04:03:57 +0000
commit4c901d042e1d6bd9046b03cfbf665c2899614c5c (patch)
tree71b69c5c0e8fc5452675b33dd3c3159964607346 /Makefile.SH
parented6d8ea1078be98ee684a04b1fb3f2df943fb9e4 (diff)
downloadperl-4c901d042e1d6bd9046b03cfbf665c2899614c5c.tar.gz
Integrate changes #9538,9539 from maintperl into mainline.
fflush() is a macro on SunOS 4.1.x, so provide a wrapper for use with _fwalk() (fix for change#7705) another tweak needed for SunOS 4.1.x build (from Mike Guy) (cp -f is not portable) p4raw-link: @9539 on //depot/maint-5.6/perl: 3da0943717409aa5209a9776746cc2cfeb50eb29 p4raw-link: @9538 on //depot/maint-5.6/perl: 741daf9fefb369fa97f8467fc06d60a8832dcdee p4raw-link: @7705 on //depot/perl: 74cac757131a44f884c4728708d3a2e5d87b32d3 p4raw-id: //depot/perl@9540 p4raw-integrated: from //depot/maint-5.6/perl@9536 'merge in' util.c (@9288..) Makefile.SH (@9312..)
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