diff options
author | Andy Polyakov <appro@openssl.org> | 2007-05-15 22:51:48 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-05-15 22:51:48 +0200 |
commit | 9c9c83ccb9a9e76d9861b0da185b1a96fb54395a (patch) | |
tree | 1fea3d74c1a08d7d96ff62d3cdd2fb9d4037adba /crypto/Makefile | |
parent | Fix linking error after adding alphacpuid.s. (diff) | |
download | openssl-9c9c83ccb9a9e76d9861b0da185b1a96fb54395a.tar.xz openssl-9c9c83ccb9a9e76d9861b0da185b1a96fb54395a.zip |
Throw in ppccpuid module.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 1b8c7c2591..a19f4d9917 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -77,6 +77,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) $< $@ testapps: [ -z "$(THIS)" ] || ( if echo ${SDIRS} | fgrep ' des '; \ |