aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-13 10:20:12 +0000
committerMatt Caswell <matt@openssl.org>2015-01-13 11:27:36 +0000
commit2d2671790ee12dedd92c97f35b6feb755b8d4374 (patch)
treeb0db1e3c655959e7f5ce6c4cf511aa8c9c50305e /crypto/Makefile
parentb1ffc6ca1c387efad0772c16dfe426afef45dc4f (diff)
downloadopenssl-2d2671790ee12dedd92c97f35b6feb755b8d4374.tar.gz
Make output from openssl version -f consistent with previous versions
Reviewed-by: Andy Polyakov <appro@openssl.org>
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 5e6a0c3329..10782404da 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -64,7 +64,7 @@ fips: cryptlib.o thr_id.o uid.o $(CPUID_OBJ)
done;
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) > $@