Xref: utzoo gnu.gcc.bug:896 gnu.g++.bug:381 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!garcon!garcon.cso.uiuc.edu!grunwald From: grunwald@flute.cs.uiuc.edu Newsgroups: gnu.gcc.bug,gnu.g++.bug Subject: Glitch in cpp Message-ID: Date: 27 Mar 89 17:51:13 GMT Sender: news@garcon.cso.uiuc.edu Distribution: gnu Organization: University of Illinois, Urbana-Champaign Lines: 12 When using -M, the gnu C preprocessor will repeat occurances of included files. This is commonly occurs in G++, where the ``#ifdef foo #define foo...'' convention is used. It's not a major hassle, it just slows down makes and causes the makefile dependency information to be much larger than necessary. -- Dirk Grunwald Univ. of Illinois grunwald@flute.cs.uiuc.edu