From 1e540dbf5ced42b9103736cab55ec3ea0848845c Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Mon, 23 Aug 2010 13:36:01 -0400 Subject: [PATCH] Windows: Fix dependencies for hcrypto/test_hmac.exe --- lib/hcrypto/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/NTMakefile b/lib/hcrypto/NTMakefile index 1b2c166a1..48c4524e8 100644 --- a/lib/hcrypto/NTMakefile +++ b/lib/hcrypto/NTMakefile @@ -196,7 +196,7 @@ $(OBJ)\test_engine_dso.exe: $(OBJ)\test_engine_dso.obj $(LIBHEIMDAL) $(LIBROKEN) $(EXECONLINK) $(EXEPREP_NODIST) -$(OBJ)\test_hmac.exe: $(OBJ)\test_hmac.obj $(LIBHEIMDAL) +$(OBJ)\test_hmac.exe: $(OBJ)\test_hmac.obj $(LIBHEIMDAL) $(LIBROKEN) $(EXECONLINK) $(EXEPREP_NODIST) -- 2.11.4.GIT