From: Simon Wilkinson Date: Sun, 12 Sep 2010 17:41:21 +0000 (+0100) Subject: Add additional dependencies for shlibafsrpc X-Git-Tag: openafs-devel-1_7_1~1552 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=a4ec68691869deaf12a6fe405394bba2c9003fb9 Add additional dependencies for shlibafsrpc fsint and rxstat need to be build before shlibafsrpc, so add them to the dependencies list. Change-Id: I47b551de13f6f860cee9f6c09a769de472b3ec3f Reviewed-on: http://gerrit.openafs.org/2755 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index c347b6b..29f81a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -588,7 +588,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} ;; \