From 75179d50eae3258e8baa0a4c9f069fcd11d08260 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 10 Oct 2011 17:56:20 -0400 Subject: [PATCH] ukernel: install our sysincludes to root.perf otherwise, we can't actually include sysincludes from something linking libuafs Change-Id: Ia6565dda8390ef6510aa2170e36ff12ddb19fc9b Reviewed-on: http://gerrit.openafs.org/5593 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/libuafs/Makefile.common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libuafs/Makefile.common.in b/src/libuafs/Makefile.common.in index b26e30771b..d2e11181de 100644 --- a/src/libuafs/Makefile.common.in +++ b/src/libuafs/Makefile.common.in @@ -2072,7 +2072,7 @@ dest: $(TOP_INCDIR)/afs/param.h $(TOP_INCDIR)/afs/stds.h \ ${DEST}/root.perf/include/afs/afs_sysnames.h ${INSTALL_DATA} $(TOP_INCDIR)/afs/afs_stats.h \ ${DEST}/root.perf/include/afs/afs_stats.h - ${INSTALL_DATA} $(TOP_SRCDIR)/afs/sysincludes.h \ + ${INSTALL_DATA} $(TOP_SRCDIR)/afs/UKERNEL/sysincludes.h \ ${DEST}/root.perf/include/afs/sysincludes.h ${INSTALL_DATA} $(TOP_SRCDIR)/afs/UKERNEL/afs_usrops.h \ ${DEST}/root.perf/include/afs/afs_usrops.h