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/libc/Makefile | |
| parent | 5962fd53ac446c47d6d2feeb3f1d64a8fc5dd640 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 906ace132f707..eed9070119482 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -149,11 +149,11 @@ KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \ libkern: libkern.gen libkern.${LIBC_ARCH} libkern.gen: ${KQSRCS} ${KSRCS} - cp -fp ${LIBC_SRCTOP}/quad/quad.h ${.ALLSRC} ${DESTDIR}/sys/libkern + ${CP} ${LIBC_SRCTOP}/quad/quad.h ${.ALLSRC} ${DESTDIR}/sys/libkern libkern.${LIBC_ARCH}:: ${KMSRCS} .if defined(KMSRCS) && !empty(KMSRCS) - cp -fp ${.ALLSRC} ${DESTDIR}/sys/libkern/${LIBC_ARCH} + ${CP} ${.ALLSRC} ${DESTDIR}/sys/libkern/${LIBC_ARCH} .endif .if ${MK_SYSCALL_COMPAT} != "no" |
