crypto/*/Makefile: unify "catch-all" assembler make rules and harmonize
[openssl.git] / crypto / aes / Makefile
index 71db995736b730a2a1af389acfc1a894238e5204..8ed82c923898a7d3ad6c0549df8ebbaf7954e93b 100644 (file)
@@ -68,7 +68,7 @@ aes-parisc.s: asm/aes-parisc.pl
        $(PERL) asm/aes-parisc.pl $(PERLASM_SCHEME) $@
 
 # GNU make "catch all"
-aes-%.s:       asm/aes-%.pl;   $(PERL) $< $(CFLAGS) > $@
+aes-%.s:       asm/aes-%.pl;   $(PERL) $< $(PERLASM_SCHEME) $@
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO