From: Ulf Möller Date: Tue, 4 May 1999 22:06:53 +0000 (+0000) Subject: Andy Polyakov points out there are default rules in make in gmake for this. X-Git-Tag: OpenSSL_0_9_3beta1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49dce898f0d5eb7519472760c591121fdaecd999;p=openssl Andy Polyakov points out there are default rules in make in gmake for this. --- diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl index d7997a3707..b712031f17 100644 --- a/crypto/bn/Makefile.ssl +++ b/crypto/bn/Makefile.ssl @@ -99,10 +99,8 @@ asm/co86unix.cpp: asm/co-586.pl (cd asm; $(PERL) co-586.pl cpp >co86unix.cpp ) asm/sparcv8.o: asm/sparcv8.S - $(CC) -c -o asm/sparcv8.o asm/sparcv8.S -asm/sparcv8plus: asm/sparcv8plus.S - $(CC) -c -xarch=v8plus -o asm/sparcv8plus.o asm/sparcv8plus.S +asm/sparcv8plus.o: asm/sparcv8plus.S # MIPS 64 bit assember asm/mips3.o: asm/mips3.s