chiark / gitweb /
Missing targets in regress/Makefile.in added.
authorian <ian>
Fri, 14 May 1999 20:16:20 +0000 (20:16 +0000)
committerian <ian>
Fri, 14 May 1999 20:16:20 +0000 (20:16 +0000)
changelog
regress/Makefile.in

index 228321a806854a53479460e1ad5bd475a8c833fe..d9173c8a25a4de92c8dd229e91a447f11fce316b 100644 (file)
--- 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.
 
  --
 
index 2055f08cb2c3de45b527da49b45f5ba709d40cc9..c67c68280238bcde04b883cfd2a0b1f21ad44eac 100644 (file)
@@ -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)