summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-09-01 06:56:03 +0000
committerguenther <guenther@openbsd.org>2012-09-01 06:56:03 +0000
commit2a654196a448d043470a4ec8e74d35671e29d709 (patch)
treeb1d783d18144d21059f9fdefcdf0429a338e5833
parentFix typo in comment: s/PT_OPENBSD_RANDOMDATA/PT_OPENBSD_RANDOMIZE/ (diff)
downloadwireguard-openbsd-2a654196a448d043470a4ec8e74d35671e29d709.tar.xz
wireguard-openbsd-2a654196a448d043470a4ec8e74d35671e29d709.zip
Clean up the correct file to fix parallel make failures
ok deraadt@
-rw-r--r--gnu/usr.bin/cc/libobjc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/libobjc/Makefile b/gnu/usr.bin/cc/libobjc/Makefile
index 2875d701856..c4b9bc9844c 100644
--- a/gnu/usr.bin/cc/libobjc/Makefile
+++ b/gnu/usr.bin/cc/libobjc/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD: src/gnu/lib/libobjc/Makefile,v 1.34.2.1 2009/08/03 08:13:06 kensmith Exp $
-# $OpenBSD: Makefile,v 1.1 2010/05/09 13:26:56 robert Exp $
+# $OpenBSD: Makefile,v 1.2 2012/09/01 06:56:03 guenther Exp $
OBJCDIR=${.CURDIR}/../../../gcc/libobjc
GCCDIR= ${.CURDIR}/../../../gcc/gcc
@@ -68,8 +68,8 @@ LINK.m?= ${OBJC} ${OBJCFLAGS} ${LDFLAGS}
.m.po:
${COMPILE.m} -p ${.IMPSRC} -o ${.TARGET}.o
${LD} -X -r ${.TARGET}.o -o ${.TARGET}
- rm -f $*.o
+ rm -f ${.TARGET}.o
.m.so:
${COMPILE.m} ${PICFLAG} -DPIC ${.IMPSRC} -o ${.TARGET}.o
${LD} -X -r ${.TARGET}.o -o ${.TARGET}
- rm -f $*.o
+ rm -f ${.TARGET}.o