mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
auth_depinstall: Add rxgk_depinstall as dependency
In a clean workspace, a 'make libuafs' fails to build due a missing header file 'rx/rxgk_types.h' since the file rxgk_types.h was not installed in the includes directory. The libuafs target consumes rxgk_types.h (installed by rxgk_depinstall) indirectly via auth/cellconfig.p.h that includes rxgk_types.h. make libuafs ... In file included from .../src/afs/UKERNEL/afs_usrops.c:27: .../include/afs/cellconfig.h:49:10: fatal error: rx/rxgk_types.h: No such file or directory Add rxgk_depinstall to the list of dependencies for the auth_depinstall target in the top Makefile to reflect the header dependency. Change-Id: I01239396c4a5c162b75a29a8e6aaf602b3c1ebb9 Reviewed-on: https://gerrit.openafs.org/14609 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
70e5c4f6a4
commit
117c35e620
@ -431,7 +431,7 @@ vlserver_depinstall: config rxgen ubik_depinstall auth_depinstall
|
||||
tvlserver_depinstall: config rxgen ubik_depinstall auth_depinstall
|
||||
+${COMPILE_PART1} tvlserver ${COMPILE_DEPINSTALL}
|
||||
|
||||
auth_depinstall: config rxgen comerr
|
||||
auth_depinstall: config rxgen comerr rxgk_depinstall
|
||||
+${COMPILE_PART1} auth ${COMPILE_DEPINSTALL}
|
||||
|
||||
fsint_depinstall: config rxgen
|
||||
|
Loading…
Reference in New Issue
Block a user