summaryrefslogtreecommitdiffstats
path: root/crypto/modes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-08 15:03:42 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-08 15:03:42 +0000
commit396df7311e599e6fa0d6500e644194e57cd655d2 (patch)
tree5d251cba48c519505eda00b59c65a85f28ff55d2 /crypto/modes/Makefile
parentf04f3873f87d7b181913b2c423f44278792195d9 (diff)
crypto/*/Makefile: unify "catch-all" assembler make rules and harmonize
ARM assembler modules.
Diffstat (limited to 'crypto/modes/Makefile')
-rw-r--r--crypto/modes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 6617619fa9..cbda0522cf 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -55,8 +55,9 @@ ghash-alpha.s: asm/ghash-alpha.pl
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
ghash-parisc.s: asm/ghash-parisc.pl
$($PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
+
# GNU make "catch all"
-ghash-%.s: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $(CFLAGS) > $@
+ghash-%.s: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO