mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 18:30:38 -05:00
gsstest doesn't need t_libMakefile.in
This commit is contained in:
parent
61fad00204
commit
ea661eaf4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Reference in a new issue