From: ian Date: Fri, 14 May 1999 20:16:20 +0000 (+0000) Subject: Missing targets in regress/Makefile.in added. X-Git-Tag: wip.base.getaddrinfo~339 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/c94dad840b53ed6fda4f59d5a83c6670f7b06ebd Missing targets in regress/Makefile.in added. --- diff --git a/changelog b/changelog index 228321a..d9173c8 100644 --- a/changelog +++ b/changelog @@ -15,6 +15,7 @@ adns (0.2) experimental; urgency=low Other changes: * Added COPYING (copy of the GPL). * Regression test failure output improved. + * Missing targets in regress/Makefile.in added. -- diff --git a/regress/Makefile.in b/regress/Makefile.in index 2055f08..c67c682 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -40,6 +40,8 @@ ALLOBJS= $(HARNLOBJS) dtest.o hrecord.o hplayback.o hcommon.o check: $(TARGETS) ./checkall +all install uninstall: + hrecord: adnstest_c.o hrecord.o hcommon.o $(HARNLOBJS) hplayback: adnstest_c.o hplayback.o hcommon.o $(HARNLOBJS)