chiark
/
gitweb
/
~ianmdlvl
/
adns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296f155
)
Missing targets in regress/Makefile.in added.
author
ian
<ian>
Fri, 14 May 1999 20:16:20 +0000
(20:16 +0000)
committer
ian
<ian>
Fri, 14 May 1999 20:16:20 +0000
(20:16 +0000)
changelog
patch
|
blob
|
history
regress/Makefile.in
patch
|
blob
|
history
diff --git
a/changelog
b/changelog
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.
--
diff --git
a/regress/Makefile.in
b/regress/Makefile.in
index 2055f08cb2c3de45b527da49b45f5ba709d40cc9..c67c68280238bcde04b883cfd2a0b1f21ad44eac 100644
(file)
--- 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)