summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ripemd/build.info')
-rw-r--r--crypto/ripemd/build.info8
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/ripemd/build.info b/crypto/ripemd/build.info
index e39f9bd223..f71f313961 100644
--- a/crypto/ripemd/build.info
+++ b/crypto/ripemd/build.info
@@ -2,9 +2,5 @@ LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -}
-BEGINRAW[Makefile]
-##### RMD160 assembler implementations
-
-{- $builddir -}/rmd-586.s: {- $sourcedir -}/asm/rmd-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
- CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
-ENDRAW[Makefile]
+GENERATE[rmd-586.s]=asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS)
+DEPEND[rmd-586.s]=../perlasm/x86asm.pl