Date: Tue, 19 Nov 2002 21:57:39 -0500 Message-Id: <200211200257.gAK2vdg12405@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3DDAEF0A.6D1FAAF2@yahoo.com> (message from CBFalconer on Wed, 20 Nov 2002 02:10:16 GMT) Subject: Re: Why the djgpp.ver dependancy? References: <3DDAEF0A DOT 6D1FAAF2 AT yahoo DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Why does the underlined dependancy appear? Can it be suppressed? Try "gcc -MM -v initmem.c" and you'll see that it's pulled in with -imacros. Doesn't look like there's an option to suppress this with -MM.