summaryrefslogtreecommitdiffstats
path: root/crypto/cast/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/build.info')
-rw-r--r--crypto/cast/build.info4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/cast/build.info b/crypto/cast/build.info
index f6a25c9a56..1fd0c6f80b 100644
--- a/crypto/cast/build.info
+++ b/crypto/cast/build.info
@@ -2,5 +2,7 @@ LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c
-GENERATE[cast-586.s]=asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR)
+GENERATE[cast-586.s]=asm/cast-586.pl \
+ $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(CPPFLAGS) $(LIB_CPPFLAGS) \
+ $(PROCESSOR)
DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl