From b74fa126022c8422363c760c45dab821dc9623b2 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Mon, 23 Aug 2010 23:58:59 -0400 Subject: [PATCH] Windows: Have test binaries depend on built libraries --- lib/krb5/NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/NTMakefile b/lib/krb5/NTMakefile index c1a9088b6..a72ca673c 100644 --- a/lib/krb5/NTMakefile +++ b/lib/krb5/NTMakefile @@ -393,8 +393,8 @@ test-run: test_time.exe cd $(SRCDIR) -$(test_binaries): $$(@R).obj - $(EXECONLINK) $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN) +$(test_binaries): $$(@R).obj $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN) + $(EXECONLINK) $(EXEPREP_NODIST) $(test_binaries:.exe=.obj): $$(@B).c -- 2.11.4.GIT