(bi-opcode.o): Includes hconfig.h.

From-SVN: r5633
This commit is contained in:
Richard Kenner 1993-10-06 12:12:02 -04:00
parent 37747c8210
commit d8fc85592e
1 changed files with 1 additions and 1 deletions

View File

@ -1317,7 +1317,7 @@ bi-lexer.o: $(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h hconfig.h
bi-arity.o: bi-arity.c $(srcdir)/bi-defs.h hconfig.h
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
$(srcdir)/bi-arity.c
bi-opcode.o: bi-opcode.c $(srcdir)/bi-defs.h
bi-opcode.o: bi-opcode.c $(srcdir)/bi-defs.h hconfig.h
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
$(srcdir)/bi-opcode.c
bi-opname.o: bi-opname.c $(srcdir)/bi-defs.h hconfig.h