%% "Noel L Yap" <[EMAIL PROTECTED]> writes:

  nly> I see it containing the current, included makefile or the main
  nly> makefile.

I see.  This wasn't clear to me from your initial description.

This could be useful.  However, it could also be quite confusing; since
the value changes with every file, things like:

  FOO = $(MAKEFILE)

  foo : $(FOO)
        @echo '$< $(FOO)'

would give confusing answers.  I'll think about this.  You might
consider submitting an RFE to the bug tracking system.

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

Reply via email to