From 49dce898f0d5eb7519472760c591121fdaecd999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Tue, 4 May 1999 22:06:53 +0000 Subject: [PATCH] Andy Polyakov points out there are default rules in make in gmake for this. --- crypto/bn/Makefile.ssl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.25.1