summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2005-12-16 19:45:20 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2005-12-16 19:45:20 +0000
commit2fea3034a8bf87ad5200389deccc3c6a713bd557 (patch)
tree08ab6d6b06187618ae4c6a67b40e2bea950a0bb2 /share/mk
parent0fdb4dcaf93e1186ceaea417dafd50a56e3e61a2 (diff)
Fix typo. Spotted by hannah at schlund dot de.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index 923a0811515..2dd6a7641cb 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.lib.mk,v 1.50 2005/12/16 02:29:49 deraadt Exp $
+# $OpenBSD: bsd.lib.mk,v 1.51 2005/12/16 19:45:19 kettenis Exp $
# $NetBSD: bsd.lib.mk,v 1.67 1996/01/17 20:39:26 mycroft Exp $
# @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
@@ -62,7 +62,7 @@ SHLIB_MINOR=${minor}
@rm -f ${.TARGET}.o
.cc.po .C.po .cxx.po:
- @echo "${COMPILE.cc} $-p ${.IMPSRC} -o ${.TARGET}"
+ @echo "${COMPILE.cc} -p ${.IMPSRC} -o ${.TARGET}"
@${COMPILE.cc} -p ${.IMPSRC} -o ${.TARGET}.o
@${LD} -X -r ${.TARGET}.o -o ${.TARGET}
@rm -f ${.TARGET}.o