home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7045 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  1.1 KB

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