Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!UUNET.UU.NET!rocket!hobbes!dove From: rocket!hobbes!dove@UUNET.UU.NET (Webster Dove) Newsgroups: gnu.gcc.bug Subject: gcc-1.35 makefile problems on SUNOS 4.0 Message-ID: <8906211607.AA02779@hobbes.sanders.com> Date: 21 Jun 89 16:07:29 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 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.