aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-13 22:01:30 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-13 22:01:30 +0000
commitaddd641f3a5e99ed90e3369914af5b356b725590 (patch)
tree1a6e7498fecce05807ee71d0641823e8422dbb02 /crypto/Makefile
parentf63e4be392dfc4d5073653a5688d7240b9eaffb9 (diff)
downloadopenssl-addd641f3a5e99ed90e3369914af5b356b725590.tar.gz
Unify ppc assembler make rules.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 26a142ff98..a8a81e9206 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -74,9 +74,7 @@ x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $@
ia64cpuid.s: ia64cpuid.S
$(CC) $(CFLAGS) -E ia64cpuid.S > $@
-ppccpuid_%.s: ppccpuid.pl; $(PERL) $< $@
-ppccpuid_aix32.s: ppccpuid.pl; $(PERL) ppccpuid.pl $@
-ppccpuid_aix64.s: ppccpuid.pl; $(PERL) ppccpuid.pl $@
+ppccpuid.s: ppccpuid.pl; $(PERL) $< $(PERLASM_SCHEME) $@
testapps:
[ -z "$(THIS)" ] || ( if echo ${SDIRS} | fgrep ' des '; \