INN commit: trunk/tests (Makefile)
INN Commit
rra at isc.org
Sun Nov 23 21:47:39 UTC 2014
Date: Sunday, November 23, 2014 @ 13:47:38
Author: iulius
Revision: 9751
Add a missing dependency in Makefile.
Modified:
trunk/tests/Makefile
----------+
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: Makefile
===================================================================
--- Makefile 2014-11-23 21:46:27 UTC (rev 9750)
+++ Makefile 2014-11-23 21:47:38 UTC (rev 9751)
@@ -167,7 +167,7 @@
lib/memcmp.o: ../lib/memcmp.c
$(CC) $(CFLAGS) -DTESTING -c -o $@ ../lib/memcmp.c
-lib/memcmp.t: lib/memcmp.o lib/memcmp-t.o tap/basic.o
+lib/memcmp.t: lib/memcmp.o lib/memcmp-t.o tap/basic.o $(LIBINN)
$(LINK) lib/memcmp.o lib/memcmp-t.o tap/basic.o $(LIBINN)
lib/messages.t: lib/messages-t.o tap/basic.o tap/process.o tap/string.o $(LIBINN)
@@ -177,7 +177,7 @@
lib/mkstemp.o: ../lib/mkstemp.c
$(CC) $(CFLAGS) -DTESTING -c -o $@ ../lib/mkstemp.c
-lib/mkstemp.t: lib/mkstemp.o lib/mkstemp-t.o tap/basic.o
+lib/mkstemp.t: lib/mkstemp.o lib/mkstemp-t.o tap/basic.o $(LIBINN)
$(LINK) lib/mkstemp.o lib/mkstemp-t.o tap/basic.o $(LIBINN)
lib/network/addr-ipv4.t: lib/network/addr-ipv4-t.o tap/basic.o $(LIBINN)
More information about the inn-committers
mailing list