summaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2015-01-16 21:39:08 +0000
committerWill Andrews <will@FreeBSD.org>2015-01-16 21:39:08 +0000
commit7a37b5fc17b2d3c2f0487756ab32450019fdbd31 (patch)
tree8a1af53c5feb7376262fc346729ffddd1a4b3c93 /bin/csh
parent5962fd53ac446c47d6d2feeb3f1d64a8fc5dd640 (diff)
downloadsrc-test2-7a37b5fc17b2d3c2f0487756ab32450019fdbd31.tar.gz
src-test2-7a37b5fc17b2d3c2f0487756ab32450019fdbd31.zip
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 e3df1d464193..51ef3dd9c306 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -93,7 +93,7 @@ GENHDRS+= iconv.h
SRCS+= iconv_stub.c
iconv.h: ${.CURDIR}/iconv_stub.h
- cp -f ${.CURDIR}/iconv_stub.h ${.TARGET}
+ ${CP} ${.CURDIR}/iconv_stub.h ${.TARGET}
.endif
.endif