This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Makefile.def and fixincludes/Makefile.in inconsistency?
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: Brooks Moses <brooks dot moses at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 16 Feb 2007 09:38:04 +0100
- Subject: Re: Makefile.def and fixincludes/Makefile.in inconsistency?
- References: <45D53425.7020209@codesourcery.com>
Am I correct in guessing that the "missing" lines in Makefile.def are
not currently needed? Or are they merely present in the GCC fixincludes
but missing in the fixincludes directories in some other trees that
share the top-level build files?
Yes, a patch that removes the "missing" lines for "info", "dvi", "pdf",
"installcheck" (not "install-info" and "TAGS" is preapproved). Please
test it with a "make info", "make dvi", "make pdf" and "make
installcheck" from the toplevel.
Thanks!
Paolo