This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: ld dependency tracking


* Alan Modra wrote on Wed, Oct 06, 2010 at 12:26:36AM CEST:
> On Tue, Oct 05, 2010 at 09:48:19PM +0200, Ralf Wildenhues wrote:
> > 	* Makefile.am (ALL_EMULATIONS): Rewrite in terms of ...
> > 	(ALL_EMULATION_SOURCES): ... this new variable.
> > 	(ALL_64_EMULATIONS): Rewrite in terms of ...
> > 	(ALL_64_EMULATION_SOURCES): ... this new variable.
> > 	(eelf32microblaze.c): Fix indentation.
> > 	* Makefile.in: Regenerate.
> 
> Thanks!  Please commit.

I had to fix a small typo in my commit, sorry about that.
Committed as obvious.

Thanks,
Ralf

--- Makefile.am 6 Oct 2010 04:58:34 -0000       1.289
+++ Makefile.am 6 Oct 2010 06:01:03 -0000
@@ -450,7 +450,7 @@
        eelf64lppc.c \
        ehppa64linux.c
 
-ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=@OBJEXT@)
+ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@)
 
 ALL_EMUL_EXTRA_OFILES = \
        deffilep.@OBJEXT@ \


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