This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix libgcc_tm.h dependency in libgcc Makefile


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.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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.

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; \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]