(bi-arity.o, bi-lexer.o, bi-opname.o, bi-parser.o): Include hconfig.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 19:49:20 +0000 (15:49 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 19:49:20 +0000 (15:49 -0400)
From-SVN: r5610

gcc/Makefile.in

index 2ee8996a3037277c60063b967cecb240c5de17bf..dfcda1d216449950501b0994b2d05286cc98ddb7 100644 (file)
@@ -1303,29 +1303,24 @@ bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
        $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-opname \
         bi-opname.o $(BI_OBJ) $(HOST_LIBS)
 
-
 bi-run.o:      $(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h \
   bc-opname.h bc-arity.h bc-opcode.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/bi-run.c
-
 $(srcdir)/bi-parser.c $(srcdir)/bi-parser.h: $(srcdir)/bi-parser.y
        cd $(srcdir); $(BISON) $(BISONFLAGS) -d bi-parser.y -o bi-parser.c
-
-bi-parser.o:   $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h
+bi-parser.o:   $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h hconfig.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-parser.c
-
-bi-lexer.o:    $(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h
+bi-lexer.o:    $(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h hconfig.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-lexer.c
-
-bi-arity.o: bi-arity.c $(srcdir)/bi-defs.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
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-opcode.c
-bi-opname.o: bi-opname.c $(srcdir)/bi-defs.h
+bi-opname.o: bi-opname.c $(srcdir)/bi-defs.h hconfig.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
           $(srcdir)/bi-opname.c
 bi-reverse.o: bi-reverse.c $(srcdir)/bi-defs.h