From c4a29776c22e0269661d03adc1a125ae3ccbe78b Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 12 Sep 2010 18:41:21 +0100 Subject: [PATCH] Add additional dependencies for shlibafsrpc fsint and rxstat need to be build before shlibafsrpc, so add them to the dependencies list. Reviewed-on: http://gerrit.openafs.org/2755 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit a4ec68691869deaf12a6fe405394bba2c9003fb9) Change-Id: I5528390faf2c0ff9c85505673f4317b0c3900e0e Reviewed-on: http://gerrit.openafs.org/4001 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3395e1707..570d27bea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -585,7 +585,7 @@ libafsauthent: ubik auth kauth libafsrpc esac # pthread based user space RX library -shlibafsrpc: rx rxkad des +shlibafsrpc: rx rxstat fsint rxkad des +case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*_darwin_1*|*nbsd*|*obsd*|*fbsd*) \ ${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \ -- 2.39.5