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.info8
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/cast/build.info b/crypto/cast/build.info
index 84c100e1d3..20b6f6c9f4 100644
--- a/crypto/cast/build.info
+++ b/crypto/cast/build.info
@@ -2,9 +2,5 @@ LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c
-BEGINRAW[Makefile]
-##### CAST assembler implementations
-
-{- $builddir -}/cast-586.s: {- $sourcedir -}/asm/cast-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
- CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
-ENDRAW[Makefile]
+GENERATE[cast-586.s]=asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR)
+DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl