INN commit: branches/2.5/tests (Makefile)

INN Commit rra at isc.org
Sun Sep 7 14:14:36 UTC 2014


    Date: Sunday, September 7, 2014 @ 07:14:36
  Author: iulius
Revision: 9687

Add missing dependency for libtest.o during the build of nnrpd/auth-ext.t

Modified:
  branches/2.5/tests/Makefile

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2014-09-07 14:13:32 UTC (rev 9686)
+++ Makefile	2014-09-07 14:14:36 UTC (rev 9687)
@@ -240,7 +240,7 @@
 lib/xwrite.t: lib/xwrite-t.o lib/xwrite.o lib/fakewrite.o libtest.o $(LIBINN)
 	$(LINK) lib/xwrite-t.o lib/xwrite.o lib/fakewrite.o libtest.o $(LIBINN)
 
-nnrpd/auth-ext.t: nnrpd/auth-ext-t.o ../nnrpd/auth-ext.o $(LIBINN)
+nnrpd/auth-ext.t: nnrpd/auth-ext-t.o ../nnrpd/auth-ext.o libtest.o $(LIBINN)
 	$(LINK) nnrpd/auth-ext-t.o ../nnrpd/auth-ext.o libtest.o $(LIBINN)
 
 overview/api.t: overview/api-t.o libtest.o $(STORAGEDEPS)



More information about the inn-committers mailing list