summaryrefslogtreecommitdiff
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-01-16 19:52:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-01-16 19:52:36 +0000
commit8f5086671f06c811be16442eb6d6fe68e5ba71fc (patch)
tree48e7190df8c1c65cd084672a90bb14ac03a97bfc /crypto/Makefile
parent973cfcbfe12ddb0a1972379cfa67056edeca70e9 (diff)
downloadsrc-test2-8f5086671f06c811be16442eb6d6fe68e5ba71fc.tar.gz
src-test2-8f5086671f06c811be16442eb6d6fe68e5ba71fc.zip
Import OpenSSL 1.0.1l.vendor/openssl/1.0.1l
Notes
Notes: svn path=/vendor-crypto/openssl/dist/; revision=277266 svn path=/vendor-crypto/openssl/1.0.1l/; revision=277267; tag=vendor/openssl/1.0.1l
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 2b6397a24b4d..2355661f40fa 100644
--- a/crypto/Makefile
+++ b/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) > $@