------- Additional Comments From schwinge at nic-nac-project dot de 2005-05-22 14:10 ------- Subject: Re: recent change makes bootstrap / 'make install' fail
On Sat, May 21, 2005 at 11:25:23PM -0000, drow at sources dot redhat dot com wrote: > > ------- Additional Comments From drow at sources dot redhat dot com > 2005-05-21 23:25 ------- > Subject: Re: New: recent change makes bootstrap / 'make install' fail > > On Sat, May 21, 2005 at 03:44:57PM -0000, schwinge-bugzilla-sources dot > redhat dot com at nic-nac-project dot de wrote: > > The following recent change > > #v+ > > 2005-05-09 Daniel Jacobowitz <[EMAIL PROTECTED]> > > > > * Makefile.am: Use a temporary file to build chew. > > * Makefile.in: Regenerated. > > #v- > > Was this on a 2.16 or HEAD tree? binutils-2_16-branch. > It looks like I broke the patch when > I moved it to 2.16, so only the branch is affected. I don't think so: #v+ --- Tbinutils-2_16-branch/src/bfd/doc/Makefile.am 2005-05-21 10:57:33.000000000 +0200 +++ THEAD/src/bfd/doc/Makefile.am 2005-05-21 16:47:09.000000000 +0200 @@ -54,6 +54,9 @@ MKDOC = chew$(EXEEXT_FOR_BUILD) +INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \ + -I$(srcdir)/../../intl -I../../intl + $(MKDOC): $(srcdir)/chew.c $(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \ $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \ @@ -61,7 +64,7 @@ $(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC) chew.o: chew.c - $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew. c + $(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c protos: libbfd.h libcoff.h bfd.h #v- Why did you make $(MKDOC) depend on chew.c and not chew.o, like it was before? #v+ --- Nbinutils-2_16/src/bfd/doc/Makefile.am 2005-05-21 17:38:51.000000000 +0200 +++ Tbinutils-2_16-branch/src/bfd/doc/Makefile.am 2005-05-21 10:57:33.000000000 +0200 @@ -54,8 +54,11 @@ MKDOC = chew$(EXEEXT_FOR_BUILD) -$(MKDOC): chew.o - $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) +$(MKDOC): $(srcdir)/chew.c + $(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \ + $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \ + $(INCLUDES); \ + $(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC) chew.o: chew.c $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c #v- Regards, Thomas -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=960 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils