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@