From 81937f1c2254ca2dacc34aaa2c24173d8914c060 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 14 May 1999 20:16:20 +0000 Subject: [PATCH] Missing targets in regress/Makefile.in added. --- 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) -- 2.30.2