This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Your regeneration of ld/Makefile.in (was: Re: elf.sc input sectionchanges)


I don't know what the right fix is, but with your regenerated
ld/Makefile.in, the build now looks for ylwrap in the wrong
directory.  Maybe automake 1.5 got it more wrong than automake
1.4-p5, or maybe automake was invoked with the wrong parameters.

cvs diff -D yesterday Makefile.in:

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/ld/Makefile.in,v
retrieving revision 1.81
retrieving revision 1.82
diff -p -c -r1.81 -r1.82
*** Makefile.in	2001/11/12 00:20:16	1.81
--- Makefile.in	2001/11/22 09:08:03	1.82
***************

! YLWRAP = $(top_srcdir)/../ylwrap

--- ...

! YLWRAP = $(top_srcdir)/ylwrap

brgds, H-P


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