(c-parse.h): Split away from c-parse.c for parallel makes.
authorDoug Evans <dje@gnu.org>
Mon, 5 Dec 1994 05:39:41 +0000 (05:39 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 5 Dec 1994 05:39:41 +0000 (05:39 +0000)
(bi-parser.h): Likewise with bi-parser.c.

From-SVN: r8606

gcc/Makefile.in

index c2085107bdf4cd6191f7c0d9616400a5f0815e03..9ef17dd9dfe709520fd2d4d8adb79dc19399d7aa 100644 (file)
@@ -965,7 +965,8 @@ crtend.o:   crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
 c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
     $(srcdir)/c-parse.h c-tree.h input.h flags.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c
-$(srcdir)/c-parse.c $(srcdir)/c-parse.h: $(srcdir)/c-parse.y
+$(srcdir)/c-parse.h: $(srcdir)/c-parse.c
+$(srcdir)/c-parse.c: $(srcdir)/c-parse.y
        cd $(srcdir); $(BISON) $(BISONFLAGS) -d c-parse.y -o c-parse.c
 $(srcdir)/c-parse.y: $(srcdir)/c-parse.in
        sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
@@ -1452,7 +1453,8 @@ bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
 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
+$(srcdir)/bi-parser.h: $(srcdir)/bi-parser.c
+$(srcdir)/bi-parser.c: $(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 hconfig.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \