mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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 <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
51f079e178
commit
1426bccc05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user