From: Mark Andrews Date: Mon, 4 Dec 2006 05:39:39 +0000 (+0000) Subject: gsstest doesn't need t_libMakefile.in X-Git-Tag: v9.5.0a1~62 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ea661eaf4ef9f23e640c71400a01f3ab73e6febd;p=thirdparty%2Fbind9.git gsstest doesn't need t_libMakefile.in --- diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index f9ddf2811eb..9554541d75b 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.37 2006/12/04 01:52:45 marka Exp $ +# $Id: Makefile.in,v 1.38 2006/12/04 05:39:39 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -51,7 +51,7 @@ dst_test@EXEEXT@: dst_test.@O@ ${DEPLIBS} t_dst@EXEEXT@: t_dst.@O@ ${DEPLIBS} ${TLIB} ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_dst.@O@ ${TLIB} ${LIBS} -gsstest@EXEEXT@: gsstest.@O@ ${DEPLIBS} ${TLIB} +gsstest@EXEEXT@: gsstest.@O@ ${DEPLIBS} ${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ gsstest.@O@ ${TLIB} ${LIBS} test: t_dst@EXEEXT@