From c94dad840b53ed6fda4f59d5a83c6670f7b06ebd Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 14 May 1999 20:16:20 +0000 Subject: [PATCH] Missing targets in regress/Makefile.in added. Organization: Straylight/Edgeware From: ian --- changelog | 1 + regress/Makefile.in | 2 ++ 2 files changed, 3 insertions(+) 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) -- [mdw]