diff options
author | Andy Polyakov <appro@openssl.org> | 2004-08-01 23:16:26 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2004-08-01 23:16:26 +0200 |
commit | 34413fca84fedc10ea81a1f8c1c84956c2849698 (patch) | |
tree | 03aa1c8412bcea5ded707eb593514d69f99ba31f /crypto/cast/Makefile.ssl | |
parent | Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified" (diff) | |
download | openssl-34413fca84fedc10ea81a1f8c1c84956c2849698.tar.xz openssl-34413fca84fedc10ea81a1f8c1c84956c2849698.zip |
OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r-- | crypto/cast/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl index 7fe1898ae5..23f7644fa1 100644 --- a/crypto/cast/Makefile.ssl +++ b/crypto/cast/Makefile.ssl @@ -59,8 +59,8 @@ asm/cx86-elf.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl asm/cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) cast-586.pl coff $(CLAGS) $(PROCESSOR) > ../$@) # a.out -asm/cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl - (cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@) +asm/cx86-out.o: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl + (cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) | as -o ../$@) files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO @@ -94,7 +94,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f asm/cx86unix.cpp asm/*-[elf|cof|out].* *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f asm/cx86unix.cpp asm/*.s *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. |