Author: rmacklem
Date: Sun May 31 22:46:32 2020
New Revision: 361682
URL: https://svnweb.freebsd.org/changeset/base/361682

Log:
  Oops, I didn't notice the "cd" is needed for each install line.

Modified:
  head/include/Makefile

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile       Sun May 31 22:40:39 2020        (r361681)
+++ head/include/Makefile       Sun May 31 22:46:32 2020        (r361682)
@@ -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; \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to