summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-07 15:45:39 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 11:09:26 +0100
commitdb1983980b1a8978f65ce631aae48b5769a803c6 (patch)
tree46350f5b49b2701ef3d66c7180016367342680c6 /crypto/cast/Makefile.in
parentdf0cb57ca3528ed0dd5ba47e77d724dc761a454d (diff)
Unified - adapt the generation of cast assembler to use GENERATE
This gets rid of the BEGINRAW..ENDRAW sections in crypto/cast/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/cast/Makefile.in')
-rw-r--r--crypto/cast/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.in b/crypto/cast/Makefile.in
index 06f65e21aa..c43eecb5e5 100644
--- a/crypto/cast/Makefile.in
+++ b/crypto/cast/Makefile.in
@@ -40,7 +40,7 @@ lib: $(LIBOBJ)
@touch lib
cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
- $(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) > $@
+ $(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO