Fix rdrand.obj recipe

pull/873/head
Jeffrey Walton 2019-08-06 20:19:38 -04:00
parent f49fb1fceb
commit e83c390284
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 3 deletions

View File

@ -291,10 +291,8 @@ iterhash.obj: iterhash.h iterhash.cpp
$(CXX) $(CXXFLAGS) /Y- /c iterhash.cpp $(CXX) $(CXXFLAGS) /Y- /c iterhash.cpp
dll.obj: dll.h dll.cpp dll.obj: dll.h dll.cpp
$(CXX) $(CXXFLAGS) /Y- /c 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 $(CXX) $(CXXFLAGS) /c rdrand.cpp
rdseed.obj: rdseed.cpp $(RDSEED_OBJ)
$(CXX) $(CXXFLAGS) /c rdseed.cpp
# Built for x86/x64 # Built for x86/x64
rdrand-x86.obj: rdrand.asm rdrand-x86.obj: rdrand.asm