summaryrefslogtreecommitdiffstats
path: root/lib/libexpat
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2010-08-12 20:46:49 +0000
committerwill <will@FreeBSD.org>2010-08-12 20:46:49 +0000
commit10d63a94a97ccfa8ed87bbb189685811693e2574 (patch)
tree2a23665239368ffe96f2c097e25938dd3bf66f4a /lib/libexpat
parent66fa23844575c915ddd0cfe9b7f20cba0f0c97a6 (diff)
downloadFreeBSD-src-10d63a94a97ccfa8ed87bbb189685811693e2574.zip
FreeBSD-src-10d63a94a97ccfa8ed87bbb189685811693e2574.tar.gz
Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as
read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor)
Diffstat (limited to 'lib/libexpat')
-rw-r--r--lib/libexpat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index ab9b0e8..9b641c1 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -30,6 +30,6 @@ bsdxml.h: expat.h
> ${.TARGET}
bsdxml_external.h: expat_external.h
- cp ${.ALLSRC} ${.TARGET}
+ cp -f ${.ALLSRC} ${.TARGET}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud