From: Christof Hanke Date: Sun, 21 Nov 2010 11:13:34 +0000 (+0100) Subject: remove unnecessary dependency X-Git-Tag: upstream/1.8.0_pre1^2~4486 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=01b9cee0d0d4a328b662c0138efcd8506126084c;p=packages%2Fo%2Fopenafs.git remove unnecessary dependency fms in bu_utils is not using curses at all. Just remove the dependency from the Makfile Change-Id: I6d02e60508a2c9b5eb2290c3bf2f9e4ee164fde0 Reviewed-on: http://gerrit.openafs.org/3342 Tested-by: BuildBot Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear --- diff --git a/src/bu_utils/Makefile.in b/src/bu_utils/Makefile.in index 083334667..cdfc90e36 100644 --- a/src/bu_utils/Makefile.in +++ b/src/bu_utils/Makefile.in @@ -17,7 +17,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ all: fms FMSLIBS=${TOP_LIBDIR}/libcmd.a \ - ${TXLIBS} \ ${TOP_LIBDIR}/libusd.a \ ${XLIBS} \ ${TOP_LIBDIR}/util.a