summaryrefslogtreecommitdiffstats
path: root/crypto/bf/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/build.info')
-rw-r--r--crypto/bf/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/build.info b/crypto/bf/build.info
index b4aa7f9d74..7d208d209e 100644
--- a/crypto/bf/build.info
+++ b/crypto/bf/build.info
@@ -5,5 +5,5 @@ BEGINRAW[Makefile]
##### BF assembler implementations
{- $builddir -}/bf-586.s: {- $sourcedir -}/asm/bf-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
- $(PERL) {- $sourcedir -}/asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
+ CC="$(CC)" $(PERL) {- $sourcedir -}/asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
ENDRAW[Makefile]