From ea661eaf4ef9f23e640c71400a01f3ab73e6febd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 4 Dec 2006 05:39:39 +0000 Subject: [PATCH] gsstest doesn't need t_libMakefile.in --- bin/tests/dst/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index f9ddf2811e..9554541d75 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@