PR other/50991
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Nov 2011 19:24:19 +0000 (19:24 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Nov 2011 19:24:19 +0000 (19:24 +0000)
* Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
extra-parts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181039 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/Makefile.in

index ae5e463..6061457 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR other/50991
+       * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
+       extra-parts.
+
 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * config.host (epiphany-*-elf*): New configuration.
index 8f0c02f..3a8509d 100644 (file)
@@ -996,7 +996,7 @@ all: $(extra-parts)
 $(libgcc-objects) $(libgcc-s-objects) $(libgcc-eh-objects) \
        $(libgcov-objects) \
        $(libunwind-objects) $(libunwind-s-objects) \
-       $(extra-parts): libgcc_tm.h
+       $(EXTRA_PARTS): libgcc_tm.h
 
 install-unwind_h:
        dest=$(gcc_objdir)/include/tmp$$$$-unwind.h; \