aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-11-12 08:19:04 +0000
committerAndy Polyakov <appro@openssl.org>2008-11-12 08:19:04 +0000
commit1416aec60ddd7abe4fc86a0e9d0b2a658cbb3400 (patch)
tree2adf25ba5b9e5b4c3a0b7d754c7a2ff24711addb /crypto/Makefile
parentaa8f38e49b2430a1939d7e9a8d2ecaa77edbb1a9 (diff)
downloadopenssl-1416aec60ddd7abe4fc86a0e9d0b2a658cbb3400.tar.gz
Update make rules for x86_64 assembler pack.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 2987a81b95..98b2f83939 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -71,7 +71,7 @@ uplink-cof.s: $(TOP)/ms/uplink.pl
$(PERL) $(TOP)/ms/uplink.pl coff > $@
x86_64cpuid.s: x86_64cpuid.pl
- $(PERL) 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) $@