opdel.o needs to be built with -DL_op_delete, not -DL_op_del. add a special

rule for this...
This commit is contained in:
mrg 2001-07-19 06:14:27 +00:00
parent eb2e3cb617
commit ba4c57fc10
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2001/07/18 20:20:01 tv Exp $
# $NetBSD: Makefile,v 1.20 2001/07/19 06:14:27 mrg Exp $
.include <bsd.own.mk>
@ -36,11 +36,14 @@ op${f}.o: ${G_CXX_LIB2SRCS:M*/new1.cc}
${COMPILE.c} -DL_op_${f} -o $@ ${>:M*.cc}
.endfor
.for f in vnew vnewnt del delnt vdel vdelnt
.for f in vnew vnewnt delnt vdel vdelnt
op${f}.o: ${G_CXX_LIB2SRCS:M*/new2.cc}
${COMPILE.c} -DL_op_${f} -o $@ ${>:M*.cc}
.endfor
opdel.o: ${G_CXX_LIB2SRCS:M*/new2.cc}
${COMPILE.c} -DL_op_delete -o $@ ${>:M*.cc}
.include <bsd.lib.mk>
${OBJS}: ${.CURDIR}/${MACHINE_ARCH}.mk