At 09:20 PM 10/20/2002 -0400, Paul D. Smith wrote:
%% gk <[EMAIL PROTECTED]> writes:

  g> I re-read the section on recursive use of make but found nothing
  g> there.  Could you point me to a particular section of the manual?

Look in the section describing .PHONY: 'Phony Targets'.
Thanks, Paul.
The example there appears to have an error: I cannot find any definition for use of special variable '$'.
Manual says:
$(SUBDIRS):
$(MAKE) -C $

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

- Greg Keraunen



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to