Rolf Kalbermatter rolf.kalbermatter@citeng.com writes:
While downloading and compiling the latest CVS sources I noticed that the command line for each (most?) source files reads like
gcc -c -I. -I. -I../../include -I../../include ............. or similar
This is not a serious problem but the duplication of the two include parameters strikes me as odd and definitely unnecessary, making the command line unnecessarily long.
It's needed for out of tree builds, in that case the include paths are all different.