From e83c390284306775ce41370b209660b6985f4add Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 6 Aug 2019 20:19:38 -0400 Subject: [PATCH] Fix rdrand.obj recipe --- cryptest.nmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cryptest.nmake b/cryptest.nmake index d56f0dba..40294ac9 100644 --- a/cryptest.nmake +++ b/cryptest.nmake @@ -291,10 +291,8 @@ iterhash.obj: iterhash.h iterhash.cpp $(CXX) $(CXXFLAGS) /Y- /c iterhash.cpp dll.obj: dll.h dll.cpp $(CXX) $(CXXFLAGS) /Y- /c dll.cpp -rdrand.obj: rdrand.cpp $(RDRAND_OBJ) +rdrand.obj: rdrand.h rdrand.cpp $(CXX) $(CXXFLAGS) /c rdrand.cpp -rdseed.obj: rdseed.cpp $(RDSEED_OBJ) - $(CXX) $(CXXFLAGS) /c rdseed.cpp # Built for x86/x64 rdrand-x86.obj: rdrand.asm