This is the mail archive of the gcc@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]

Makefile.def and fixincludes/Makefile.in inconsistency?


Why is it that Makefile.def includes:

// "missing" indicates that that module doesn't supply
// that recursive target in its Makefile.
[...]
host_modules= { module= fixincludes;
		missing= info;
		missing= dvi;
		missing= pdf;
		missing= TAGS;
		missing= install-info;
		missing= installcheck; };

when fixincludes/Makefile.in includes:


dvi :
pdf :
info :
html :
install-html :
installcheck :

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?


- Brooks


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