aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-26 22:04:31 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-26 22:04:31 +0000
commit149b18078e938128464f07223904f33f8ab15a40 (patch)
tree910aacb6db03153f9f72bcac6688777a28c1531b /crypto/Makefile
parent39438ff6e2d5a39ca5f260849e5f56844848b2c3 (diff)
downloadopenssl-149b18078e938128464f07223904f33f8ab15a40.tar.gz
Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.
PR: 2309
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 36d93cc349..91efa3358e 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -74,6 +74,8 @@ x86_64cpuid.s: x86_64cpuid.pl; $(PERL) x86_64cpuid.pl $(PERLASM_SCHEME) > $@
ia64cpuid.s: ia64cpuid.S; $(CC) $(CFLAGS) -E ia64cpuid.S > $@
ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@
pariscid.s: pariscid.pl; $(PERL) pariscid.pl $(PERLASM_SCHEME) $@
+alphacpuid.s: alphacpuid.pl
+ $(PERL) $< | $(CC) -E - | tee $@ > /dev/null
testapps:
[ -z "$(THIS)" ] || ( if expr " $(SDIRS) " : ".* des " >/dev/null; \