2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

gsstest doesn't need t_libMakefile.in

This commit is contained in:
Mark Andrews
2006-12-04 05:39:39 +00:00
parent 61fad00204
commit ea661eaf4e

View 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@