diff options
author | nnoble <nnoble@google.com> | 2014-12-15 17:39:08 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2014-12-16 17:03:01 -0800 |
commit | d8fd853cba184ecf398134c746858ad38bd32cb3 (patch) | |
tree | 598ba07139ca8e9c65ac64af32dee79ef148d169 /vsprojects/third_party | |
parent | 2845cade4cfb481bc93e9f97430cb6982ec30c21 (diff) |
Fix for the exposed problems after trying a full clean build.
Change on 2014/12/15 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82192594
Diffstat (limited to 'vsprojects/third_party')
-rw-r--r-- | vsprojects/third_party/openssl/OpenSSL.mak | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vsprojects/third_party/openssl/OpenSSL.mak b/vsprojects/third_party/openssl/OpenSSL.mak index 90cfaf1c3b..09344e8ae1 100644 --- a/vsprojects/third_party/openssl/OpenSSL.mak +++ b/vsprojects/third_party/openssl/OpenSSL.mak @@ -38,7 +38,7 @@ EX_LIBS=ws2_32.lib gdi32.lib advapi32.lib crypt32.lib user32.lib # The OpenSSL directory SRC_D=. -GEN_INC_D=..\..\vsprojects\openssl +GEN_INC_D=..\..\vsprojects\third_party\openssl LINK=link LFLAGS=/nologo /subsystem:console /opt:ref /debug @@ -463,7 +463,6 @@ $(INC_D): # This needs to be invoked once, when the makefile is first constructed, or # after cleaning. init: $(TMP_D) $(LIB_D) $(INC_D) $(INCO_D) $(BIN_D) $(TEST_D) headers - $(CP) "$(SRC_D)/crypto/opensslconf.h" "$(INCO_D)/opensslconf.h" headers: $(HEADER) $(EXHEADER) |