From: Derrick Brashear Date: Mon, 10 Oct 2011 21:56:20 +0000 (-0400) Subject: ukernel: install our sysincludes to root.perf X-Git-Tag: upstream/1.6.1.pre1^2~185 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b4fabcd4de64d9b271b5cb01fc59fcab8bd0791e;p=packages%2Fo%2Fopenafs.git ukernel: install our sysincludes to root.perf otherwise, we can't actually include sysincludes from something linking libuafs Reviewed-on: http://gerrit.openafs.org/5593 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 75179d50eae3258e8baa0a4c9f069fcd11d08260) Change-Id: I9d0712766539af2f9a4ec2b291960a373e13b7e7 Reviewed-on: http://gerrit.openafs.org/5700 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/libuafs/Makefile.common.in b/src/libuafs/Makefile.common.in index d20ac86d8..2647cb1d1 100644 --- a/src/libuafs/Makefile.common.in +++ b/src/libuafs/Makefile.common.in @@ -1509,7 +1509,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