aboutsummaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2014-09-18 14:41:57 +0000
committerWill Andrews <will@FreeBSD.org>2014-09-18 14:41:57 +0000
commit76479f1d3f6368b5bbc0e9c3a9b07e376cf4d8aa (patch)
treec6bee08342bef09d8f3a5f01846ae706f5bd259e /bin/csh
parent35853c2c60c16a8dbef3640d7f4f26c4558f02a9 (diff)
Notes
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 9f305b4f5f047..fd345245eb0b9 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -94,7 +94,7 @@ GENHDRS+= iconv.h
SRCS+= iconv_stub.c
iconv.h: ${.CURDIR}/iconv_stub.h
- cp ${.CURDIR}/iconv_stub.h ${.TARGET}
+ cp -f ${.CURDIR}/iconv_stub.h ${.TARGET}
.endif
.endif