need a host rule for dummy-conditions.c

This commit is contained in:
mrg 2003-07-26 15:02:52 +00:00
parent 71d44508da
commit 2aad222f64

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/07/25 17:19:23 mrg Exp $
# $NetBSD: Makefile,v 1.3 2003/07/26 15:02:52 mrg Exp $
NOLINKLIB= # defined
NOLINT= # defined
@ -174,7 +174,7 @@ insn-${f}: genrtl.h ${G_md_file} ${EXTRADEPENDSEARLY:.c=.o} gen${f:R}.o
#
# The normal insn-foo generators
#
.for f in gensupport.c read-rtl.c
.for f in gensupport.c read-rtl.c dummy-conditions.c
${f:R}.o: ${f:R}.c
${HOST_COMPILE.c} $>
.endfor