home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!unipalm!uknet!mcsun!Germany.EU.net!ira.uka.de!smurf.sub.org!incom!orfeo!hotb.RoBIN.de!glocke!frank
- From: frank@glocke.hotb.sub.org (Frank Thomas)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: Makefile.dependencies without system header files ??
- Message-ID: <1992Nov3.222449.1411@glocke.hotb.sub.org>
- Date: 3 Nov 92 22:24:49 GMT
- References: <1cctv0INNimk@agate.berkeley.edu>
- Sender: frank@glocke.hotb.sub.org
- Lines: 17
-
- In article <1cctv0INNimk@agate.berkeley.edu> izumi@mindseye.berkeley.edu
- (Izumi Ohzawa) writes:
- > When you do "Make depend" in a project directory, Release 3.0
- > make produces a huge Makefile.dependencies file.
- > The file includes all the system include files inaddition to
- > those specific to the project.
- >
- > I recall that this was not the case for 2.1, although it was
- > that way for Rel 1.0.
- >
- > How do I get rid of references to /NextDevloper/Headers/*
- > from the file?
- >
-
- This seems to be a bug in gnu-cc maybe this came with precompiled headers.
- The makefile uses the correct switch -MM but output of cc seems to be
- wrong. Funnily there is a difference between -M and -MM
-