In the workaround for vax, we need to also specify that stdbool.h is
to be created under the beforedepend target.
This commit is contained in:
parent
655544a062
commit
886478a4b7
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc.prog,v 1.5 2005/05/09 17:19:06 jmc Exp $
|
# $NetBSD: Makefile.inc.prog,v 1.6 2005/07/05 21:52:13 he Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ MAN=${PROG}.1
|
|||||||
CPPFLAGS+= -I${TOOLTOP}
|
CPPFLAGS+= -I${TOOLTOP}
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} == "vax"
|
.if ${MACHINE_ARCH} == "vax"
|
||||||
depend dependall realdepend realall: stdbool.h
|
beforedepend depend dependall realdepend realall: stdbool.h
|
||||||
|
|
||||||
stdbool.h:
|
stdbool.h:
|
||||||
sed -e 's:@HAVE__BOOL@:0:g' \
|
sed -e 's:@HAVE__BOOL@:0:g' \
|
||||||
|
Loading…
Reference in New Issue
Block a user