diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-24 19:54:09 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-24 19:54:09 +0000 |
commit | 5d7d7b6030859a490200bf1804b70be4dcb0afec (patch) | |
tree | 977ef183e05af1d4a0075a68e17dbcae5c741eb1 /lib/libc/hash | |
parent | 524ce3df8c1bd40be7c14eafb248f88929e5775e (diff) |
add hack for sha1.po on sparc64, too
Diffstat (limited to 'lib/libc/hash')
-rw-r--r-- | lib/libc/hash/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/hash/Makefile.inc b/lib/libc/hash/Makefile.inc index 20528d524a4..0b9617ee13e 100644 --- a/lib/libc/hash/Makefile.inc +++ b/lib/libc/hash/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2001/09/02 14:20:40 art Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2001/09/24 19:54:08 jason Exp $ # hash functions .PATH: ${LIBCSRCDIR}/hash @@ -15,4 +15,7 @@ MLINKS+=rmd160.3 RMD160Transform.3 .if (${MACHINE_ARCH} == "sparc64") sha1.o: ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC} + +sha1.po: + ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC} .endif |