This is fixes a trunk build error noticed on hppa-linux at -j4.  Tested on
hppa-unknown-linux-gnu and hppa64-hp-hpux11.11.

Ok?

Dave
-- 
J. David Anglin                                  dave.ang...@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2011-11-06  John David Anglin  <dave.ang...@nrc-cnrc.gc.ca>

        PR other/50991
        * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
        extra-parts.

Index: Makefile.in
===================================================================
--- Makefile.in (revision 181037)
+++ Makefile.in (working copy)
@@ -996,7 +996,7 @@
 $(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; \

Reply via email to