From: Cheyenne Wills Date: Mon, 3 May 2021 16:14:37 +0000 (-0600) Subject: auth_depinstall: Add rxgk_depinstall as dependency X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=117c35e62091588d90c8745c2a16bc205b06c564 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 Reviewed-by: Benjamin Kaduk --- diff --git a/Makefile.in b/Makefile.in index 7236050..ee34294 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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