From: Christof Hanke Date: Sun, 21 Nov 2010 11:13:34 +0000 (+0100) Subject: remove unnecessary dependency X-Git-Tag: debian/1.6.0.pre3-1~5^2^2~53 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=41da26a9fdb9565565159daa46f923cc1d371a09;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 Reviewed-on: http://gerrit.openafs.org/3342 Tested-by: BuildBot Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear (cherry picked from commit 01b9cee0d0d4a328b662c0138efcd8506126084c) Change-Id: Id1f046f9636632ba4323ee2b69f6270175c34c1b Reviewed-on: http://gerrit.openafs.org/4077 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- diff --git a/src/bu_utils/Makefile.in b/src/bu_utils/Makefile.in index 03edfdcae..c68d50779 100644 --- a/src/bu_utils/Makefile.in +++ b/src/bu_utils/Makefile.in @@ -15,7 +15,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ all: fms FMSLIBS=${TOP_LIBDIR}/libcmd.a \ - ${TXLIBS} \ ${TOP_LIBDIR}/libusd.a \ ${XLIBS} \ ${TOP_LIBDIR}/util.a