aboutsummaryrefslogtreecommitdiff
path: root/lib/libexpat/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2010-08-12 20:46:49 +0000
committerWill Andrews <will@FreeBSD.org>2010-08-12 20:46:49 +0000
commit4be3feb21253e7f5c2fa9ec71a3fbcf026065107 (patch)
tree2a23665239368ffe96f2c097e25938dd3bf66f4a /lib/libexpat/Makefile
parent5b2bae575b849feaf24ec5fed8ee7d8272c4bd78 (diff)
Notes
Diffstat (limited to 'lib/libexpat/Makefile')
-rw-r--r--lib/libexpat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index ab9b0e80d689..9b641c1dfc81 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>