git: 74eb7f97ecd6 - main - Fix make includes path to nvpair.h
Alex Richardson
arichardson at FreeBSD.org
Tue Jan 19 21:38:22 UTC 2021
The branch main has been updated by arichardson:
URL: https://cgit.FreeBSD.org/src/commit/?id=74eb7f97ecd62d0a7e056e4c2fd696f2c267e3a5
commit 74eb7f97ecd62d0a7e056e4c2fd696f2c267e3a5
Author: Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-01-19 11:40:05 +0000
Commit: Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-01-19 21:23:25 +0000
Fix make includes path to nvpair.h
Fixes a typo introduced in 9e5787d2284e187abb5b654d924394a65772e004
---
include/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/Makefile b/include/Makefile
index 24762ea641f2..b6eb63e5ef15 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -397,7 +397,7 @@ symlinks: .PHONY .META
cd ${SRCTOP}/sys/rpc;
.if ${MK_CDDL} != "no"
${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
- ../../../sys/contrib/openenzfs/include/sys/nvpair.h \
+ ../../../sys/contrib/openzfs/include/sys/nvpair.h \
${SDESTDIR}${INCLUDEDIR}/sys
.endif
.if ${MK_MLX5TOOL} != "no"
More information about the dev-commits-src-main
mailing list