Add .y.c and .y.h rules to prevent re-running yacc/bison.
This should fix PR 34196 and PR 34831.
This commit is contained in:
parent
ced22230a0
commit
4d8a51bb25
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2006/07/10 23:01:56 ross Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2006/10/21 21:05:57 apb Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -78,5 +78,8 @@ LDADD+= -lpthread_dbg
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
# Don't run yacc/bison.
|
||||
.y.c .y.h:
|
||||
|
||||
.PATH: ${DIST}/gdb ${DIST}/gdb/mi ${DIST}/gdb/cli ${DIST}/gdb/tui \
|
||||
${DIST}/gdb/signals ${DIST}/gdb/doc ${.CURDIR}/../arch/${MACHINE_ARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user