[gnu.gcc.bug] gcc-1.35 makefile problems on SUNOS 4.0

dove@UUNET.UU.NET (Webster Dove) (06/21/89)

It appears that when including a file like "../tm.h"
SUNOS4.0 changes the apparent directory to that of
the included file (instead of leaving it as the
directory of the original source).  This is giving me
lots of "unable to find ../xxx.h" messages.

Is there a simple fix?  I have been patching in "-I."
into the Makefiles as a workaround.