diff options
| author | Will Andrews <will@FreeBSD.org> | 2014-09-18 14:41:57 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2014-09-18 14:41:57 +0000 |
| commit | 76479f1d3f6368b5bbc0e9c3a9b07e376cf4d8aa (patch) | |
| tree | c6bee08342bef09d8f3a5f01846ae706f5bd259e /bin/csh | |
| parent | 35853c2c60c16a8dbef3640d7f4f26c4558f02a9 (diff) | |
Notes
Diffstat (limited to 'bin/csh')
| -rw-r--r-- | bin/csh/Makefile | 2 |
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 |
