diff options
| author | Will Andrews <will@FreeBSD.org> | 2015-01-16 21:39:08 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2015-01-16 21:39:08 +0000 |
| commit | 7a37b5fc17b2d3c2f0487756ab32450019fdbd31 (patch) | |
| tree | 8a1af53c5feb7376262fc346729ffddd1a4b3c93 /lib/libexpat | |
| parent | 5962fd53ac446c47d6d2feeb3f1d64a8fc5dd640 (diff) | |
Notes
Diffstat (limited to 'lib/libexpat')
| -rw-r--r-- | lib/libexpat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index 523a74eacb806..0d4bef55e2f3a 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -28,6 +28,6 @@ bsdxml.h: expat.h > ${.TARGET} bsdxml_external.h: expat_external.h - cp -f ${.ALLSRC} ${.TARGET} + ${CP} ${.ALLSRC} ${.TARGET} .include <bsd.lib.mk> |
