[gnu.gcc.bug] two other minor fixincludes glitches

rfg@MCC.COM (Ron Guilmette) (05/08/89)

In GCC 1.35 there appear to be two (more) minor glitches in the
fixincludes script.

First, it may exit with a non-zero status even when it succeded.
This can make you nervous if you run fixincludes from a higher
level Makefile (as I do).

Second, the script may print:

	Finding header files in $1:

This is obviously not the message which was intended.

// rfg