Date: Wed, 19 Jan 2000 09:49:30 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: Gisle Vanem , djgpp AT delorie DOT com Subject: Re: make depend In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 18 Jan 2000, Eli Zaretskii wrote: > > > > I don't think so. I suspect that it's the result of adding this to > > > specs: -imacros %s../include/sys/version.h. > > > Please try editing this out of specs and see if the problem goes away. > > > > Didn't help. It's also in builtin specs. So if specs file will not found You'll also get -imacros %s../include/sys/version.h there > > Are you sure you edited the right specs file? If -imacros is gone, > and the dependency is still there, it probably means that this is > somehow built into GCC's code, but I don't think this is true. > Andris, can you comment on this? > > > I could always add an extra sed command to remove > > "$(DJDIR)/lib/../include/sys/version.h" > > That's what I would suggest also. >