summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-08-01 21:16:26 +0000
committerAndy Polyakov <appro@openssl.org>2004-08-01 21:16:26 +0000
commit34413fca84fedc10ea81a1f8c1c84956c2849698 (patch)
tree03aa1c8412bcea5ded707eb593514d69f99ba31f /crypto/Makefile.ssl
parentec38ddc765bb077dbc0e62b827da2eb65501c589 (diff)
OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index e89d16d707..66f88543ec 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -67,8 +67,8 @@ x86cpuid-elf.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@
x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@
-x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
- $(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
+x86cpuid-out.o: x86cpuid.pl perlasm/x86asm.pl
+ $(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) | as -o $@
amd64cpuid.s: amd64cpuid.pl
$(PERL) amd64cpuid.pl $@