help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clarification needing regarding auto-generating prerequisites


From: Paul D. Smith
Subject: Re: Clarification needing regarding auto-generating prerequisites
Date: Wed, 18 May 2005 13:24:37 -0400

%% Thulasidhar JK <address@hidden> writes:

  tj> why should the .d file depend on the include file of the source,
  tj> when it already has a rule that says .d depends upon .c .

Header files can and do include other header files, and so changes to
header files could potentially change the files that the compiler will
parse when it compiles the .o file.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]