From: Bodo Möller Date: Wed, 11 Aug 1999 08:28:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OpenSSL_0_9_5beta1~585 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8b94634428fc4dd07e2946bde3ed6d1686605e5d Fix typo. --- diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl index 29ae1b7458..bbd3775094 100644 --- a/crypto/md5/Makefile.ssl +++ b/crypto/md5/Makefile.ssl @@ -77,7 +77,7 @@ asm/md5-sparcv8plus.o: asm/md5-sparcv9.S # if they didn't bother to upgrade GNU assembler. Such users should # not choose this option, but be adviced to *remove* GNU assembler # or upgrade it. -sm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S +asm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -E asm/md5-sparcv9.S | \ /usr/ccs/bin/as -xarch=v8plus - -o asm/md5-sparcv8plus-gcc27.o