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]

Re: PATCH: Correct mips-t{dump, file}.o getopt.h dependencies


Rainer Orth wrote:
At least since 20050509, mainline failed to bootstrap on alpha-dec-osf5.1b
in stage1:

make[2]: *** No rule to make target `getopt.h', needed by `mips-tfile.o'. Stop.

This seems to be due to

2005-05-07 Paul Brook <paul@codesourcery.com>

       * Makefile.in: Fix dependencies.
       (GCOV_IO_H, VARRAY_H): Set.

which added explicit getopt.h dependencies, but "getopt.h" needs
$(srcdir)/../include/getopt.h instead.


The following trivial patch fixes this.

Bootstrapped on alpha-dec-osf5.1b.

Ok for mainline?

OK.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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