diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:11:04 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:11:04 -0600 |
commit | 4dd5eedee98c3fc2f40a45078bc7006cd5efd7f0 (patch) | |
tree | 85b4b951eb54c6a7d489139cdc8f8a0b1fb87eeb /bin/tests/sockaddr | |
parent | e71238b670ee683d2177c93695465bb6b181c4b8 (diff) | |
download | bind9-4dd5eedee98c3fc2f40a45078bc7006cd5efd7f0.tar.gz |
9.2.0a1
Diffstat (limited to 'bin/tests/sockaddr')
-rw-r--r-- | bin/tests/sockaddr/Makefile.in | 4 | ||||
-rw-r--r-- | bin/tests/sockaddr/t_sockaddr.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/tests/sockaddr/Makefile.in b/bin/tests/sockaddr/Makefile.in index 32513b98..6aa1a2ce 100644 --- a/bin/tests/sockaddr/Makefile.in +++ b/bin/tests/sockaddr/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.11.4.1 2001/01/09 22:34:29 bwelling Exp $ +# $Id: Makefile.in,v 1.13 2001/02/01 23:41:51 sjacob Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -43,7 +43,7 @@ SRCS = t_sockaddr.c @BIND9_MAKE_RULES@ t_sockaddr: t_sockaddr.@O@ ${DEPLIBS} - ${LIBTOOL} ${CC} -o $@ t_sockaddr.@O@ ${LIBS} + ${LIBTOOL} ${PURIFY} ${CC} -o $@ t_sockaddr.@O@ ${LIBS} test: t_sockaddr -@./t_sockaddr -b @srcdir@ -a diff --git a/bin/tests/sockaddr/t_sockaddr.c b/bin/tests/sockaddr/t_sockaddr.c index 325268b8..ec931f3d 100644 --- a/bin/tests/sockaddr/t_sockaddr.c +++ b/bin/tests/sockaddr/t_sockaddr.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_sockaddr.c,v 1.10.4.1 2001/01/09 22:34:31 bwelling Exp $ */ +/* $Id: t_sockaddr.c,v 1.11 2001/01/09 21:42:14 bwelling Exp $ */ #include <config.h> |