summaryrefslogtreecommitdiff
path: root/lib/libc/hash/Makefile.inc
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-09-24 20:10:14 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-09-24 20:10:14 +0000
commit24ab20110892ce65e535b015c52f5f44400c97c4 (patch)
treef5ea83288107e8c8a2bb0a2535369148d5f0e084 /lib/libc/hash/Makefile.inc
parent5d7d7b6030859a490200bf1804b70be4dcb0afec (diff)
get previous right...
Diffstat (limited to 'lib/libc/hash/Makefile.inc')
-rw-r--r--lib/libc/hash/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/Makefile.inc b/lib/libc/hash/Makefile.inc
index 0b9617ee13e..23d79603498 100644
--- a/lib/libc/hash/Makefile.inc
+++ b/lib/libc/hash/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.9 2001/09/24 19:54:08 jason Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2001/09/24 20:10:13 jason Exp $
# hash functions
.PATH: ${LIBCSRCDIR}/hash
@@ -17,5 +17,5 @@ sha1.o:
${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC}
sha1.po:
- ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC}
+ ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC} -o $@
.endif