From 1426bccc058c32c5367dfdf23bbe7a434800e58f Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 30 May 2011 17:39:56 +0100 Subject: [PATCH] src/tests: Fix a couple of build issues Fix a couple of build problems with the old src/tests directory. Firstly, now that we're using asnprintf in libauth, we need to include libroken as a dependency here too. Secondly, the build rule for dumptool is wrong. Fix it. Change-Id: I2d9e2db169c617a323c71ac837045d2f36331321 Reviewed-on: http://gerrit.openafs.org/4805 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- src/tests/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in index 284daa539c..b0150a934f 100644 --- a/src/tests/Makefile.in +++ b/src/tests/Makefile.in @@ -22,6 +22,7 @@ LIBS=\ ${TOP_LIBDIR}/liblwp.a \ ${TOP_LIBDIR}/util.a \ ${TOP_LIBDIR}/libafscom_err.a \ + $(LIB_roken) \ ${XLIBS} OBJS_afsdump_scan = afsdump_scan.o repair.o @@ -58,7 +59,7 @@ null-search: libxfiles.a libdumpscan.a null-search.c $(AFS_LDRULE) null-search.c $(LIBS) dumptool: dumptool.c - $(AFS_LDRULE) dumptool dumptool.c + $(AFS_LDRULE) dumptool.c libxfiles.a: $(OBJS_libxfiles.a) -rm -f libxfiles.a