Re: make.info-2 code example
This is a bug in the texinfo file; it's been fixed for a while and will be available in the next version of the manual. Thanks for the report. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips a
make.info-2 code example
An example for recursive subdirectories in make.info-2 as distributed with make-3.79.1 is incorrectly generated from the make.texifo file. The example is, SUBDIRS = foo bar baz .PHONY: subdirs $(SUBDIRS) subdirs: $(SUBDIRS) $(SUBDIRS): $(MAKE) -