Oops, I didn't notice the "cd" is needed for each install line.
This commit is contained in:
parent
1f404a4a8e
commit
31e71d0710
@ -236,6 +236,7 @@ copies: .PHONY .META
|
||||
cd ${SRCTOP}/sys/rpc; \
|
||||
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rpcsec_tls.h \
|
||||
${SDESTDIR}${INCLUDEDIR}/rpc
|
||||
cd ${SRCTOP}/sys/rpc; \
|
||||
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
|
||||
${SDESTDIR}${INCLUDEDIR}/rpc
|
||||
cd ${SRCTOP}/sys/teken; \
|
||||
|
Loading…
Reference in New Issue
Block a user