help-make
[Top][All Lists]
Advanced

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

Re: recursive make example (was: Re: executing a rule prior to any targ


From: Paul D. Smith
Subject: Re: recursive make example (was: Re: executing a rule prior to any targets?)
Date: Wed, 23 Oct 2002 01:17:50 -0400

%% gk <address@hidden> writes:

  g> The example there appears to have an error: I cannot find any definition 
  g> for use of special variable '$'.
  g> Manual says:
  g> $(SUBDIRS):
  g>          $(MAKE) -C $

  g> Shouldn't it read:
  g> $(SUBDIRS):
  g>          $(MAKE) -C $@

Yes, it should.

This has already been fixed in the latest version of the manual, shipped
with GNU make 3.80.

-- 
-------------------------------------------------------------------------------
 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]