From 31e71d0710e1d75ed6c25045172f9c8e8afa3a33 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Sun, 31 May 2020 22:46:32 +0000 Subject: [PATCH] Oops, I didn't notice the "cd" is needed for each install line. --- include/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile b/include/Makefile index 3d83de73823..2f82b6744ea 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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; \