diff options
| author | Mike DePaulo <mikedep333@gmail.com> | 2015-03-28 09:50:31 -0400 |
|---|---|---|
| committer | Mike DePaulo <mikedep333@gmail.com> | 2015-03-28 09:50:31 -0400 |
| commit | 91a178635ede7d286b8fd399269cdb159d960bb9 (patch) | |
| tree | b22c4be9efb7aff434e55c2f94b1ed61db565c5f /openssl/crypto/Makefile | |
| parent | 1fba987eb45619d0b9487a9d671931e9eeedbb53 (diff) | |
| download | vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.tar.gz vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.tar.bz2 vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.zip | |
Update openssl to version openssl-1.0.1m
Diffstat (limited to 'openssl/crypto/Makefile')
| -rw-r--r-- | openssl/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/Makefile b/openssl/crypto/Makefile index 2b6397a24..2355661f4 100644 --- a/openssl/crypto/Makefile +++ b/openssl/crypto/Makefile @@ -55,7 +55,7 @@ top: all: shared buildinf.h: ../Makefile - $(PERL) $(TOP)/util/mkbuildinf.pl "$(CFLAGS)" "$(PLATFORM)" >buildinf.h + $(PERL) $(TOP)/util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)" >buildinf.h x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl $(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ |
