bug-make
[Top][All Lists]
Advanced

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

GNU Make 3.79 - Error in manual


From: antoine . trux
Subject: GNU Make 3.79 - Error in manual
Date: Mon, 22 Jan 2001 10:29:47 +0200

Hi!

Just found an error in the manual of GNU Make 3.79.

Section "Phony Targets"
(http://www.gnu.org/manual/make/html_mono/make.html#SEC33) contains the
following example:

### MANUAL EXAMPLE - START ###
SUBDIRS = foo bar baz

.PHONY: subdirs $(SUBDIRS)

subdirs: $(SUBDIRS)

$(SUBDIRS):
        $(MAKE) -C $

foo: baz
### MANUAL EXAMPLE - END ###

The antepenultimate line of this example should presumably read:

        $(MAKE) -C $@

Best regards,
Antoine Trux



reply via email to

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