re PR bootstrap/30620 (missing dependencies of gcov-io.h breaks --enable-intermodule...
authorBernhard Fischer <aldot@gcc.gnu.org>
Sat, 25 Aug 2007 22:10:28 +0000 (00:10 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 25 Aug 2007 22:10:28 +0000 (00:10 +0200)
2007-08-26  Bernhard Fischer  <aldot@gcc.gnu.org>

PR bootstrap/30620
* Makefile.in (libbackend.o): Add gcov-iov.h dependency and
pass defines needed for version.c.

From-SVN: r127802

gcc/ChangeLog
gcc/Makefile.in

index bedd6adfc355308634dec2379670dffc042e66d3..4c4c054d7fbc579816fba1f0772a9a6c65ecb7d8 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-26  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       PR bootstrap/30620
+       * Makefile.in (libbackend.o): Add gcov-iov.h dependency and
+       pass defines needed for version.c.
+
 2007-08-25  Joseph Myers  <joseph@codesourcery.com>
 
        * configure.ac (--debug-prefix-map check): Change assembler
index 9e78d35a7ca7ce741a956937f50355cb72efa802..ad6dd0e644d817c149af812c65d53016675230c9 100644 (file)
@@ -2880,13 +2880,15 @@ mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H) $(SYSTEM_H) coretypes.h \
 # FIXME: writing proper dependencies for this is a *LOT* of work.
 libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
   insn-config.h insn-flags.h insn-codes.h insn-constants.h \
-  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE)
+  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE) gcov-iov.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
          -DTARGET_NAME=\"$(target_noncanonical)\" \
          -DLOCALEDIR=\"$(localedir)\" \
          -c $(filter %.c,$^) -o $@  \
          -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \
-         -DDEVPHASE=$(DEVPHASE_s) -combine
+         -DREVISION=$(REVISION_s) \
+         -DDEVPHASE=$(DEVPHASE_s) -DPKGVERSION=$(PKGVERSION_s) \
+         -DBUGURL=$(BUGURL_s) -combine
 
 #\f
 # Generate header and source files from the machine description,