]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
gsstest doesn't need t_libMakefile.in
authorMark Andrews <marka@isc.org>
Mon, 4 Dec 2006 05:39:39 +0000 (05:39 +0000)
committerMark Andrews <marka@isc.org>
Mon, 4 Dec 2006 05:39:39 +0000 (05:39 +0000)
bin/tests/dst/Makefile.in

index f9ddf2811eb23942294cb1916e43eeb411971bba..9554541d75b0ef37d91505fc8b85274a5f19ffc2 100644 (file)
@@ -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@