This is the mail archive of the binutils@sourceware.cygnus.com 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]

Re: Patch for bfd/Makefile* botch


On Tue, 11 Apr 2000, Michael Sokolov wrote:

> There is a spurious dependency in bfd/Makefile* of trad-core.lo on
> hosts/i386linux.h. trad-core.c is not specific to i386linux and includes

Thanks for this report.  The real bug however is not in bfd/Makefile* as
this part of the makefile is automatically generated.

I've taken the liberty of checking the following patch in.  Release branch
too.

-- 
Linuxcare.  Support for the Revolution.

bfd/ChangeLog
	* dep-in.sed: Match space before file name, not after.
	* Makefile.am: Regenerate dependencies.
	* Makefile.in: Regenerate.

Index: dep-in.sed
===================================================================
RCS file: /cvs/src/src/bfd/dep-in.sed,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 dep-in.sed
--- dep-in.sed	1999/05/03 07:28:55	1.1.1.1
+++ dep-in.sed	2000/04/11 23:27:32
@@ -7,7 +7,7 @@ s!\.o:!.lo:!
 s! @BFD_H@!!g
 s!@INCDIR@!$(INCDIR)!g
 s!@SRCDIR@/!!g
-s!hosts/[^ ]*\.h ! !g
+s! hosts/[^ ]*\.h! !g
 s/ sysdep.h//g
 s! \.\./bfd/sysdep.h!!g
 s/ libbfd.h//g


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