bug-make
[Top][All Lists]
Advanced

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

Minor fix in https://www.gnu.org/software/make/manual/make.html


From: Howard Johnson
Subject: Minor fix in https://www.gnu.org/software/make/manual/make.html
Date: Fri, 9 Feb 2018 06:12:52 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

In this section and paragraph:

3.3 Including Other Makefiles

...

If the specified name does not start with a slash, and the file is not found in the current directory, several other directories are searched. First, any directories you have specified with the ‘-I’ or ‘--include-dir’ option are searched (see Summary of Options). Then the following directories (if they exist) are searched, in this order: prefix/include (normally /usr/local/include 1) /usr/gnu/include, /usr/local/include, /usr/include.


I think:

  "prefix/include (normally /usr/local/include 1) /usr/gnu/include, /usr/local/include, /usr/include."

should include another comma after the right paren as follows:

  "prefix/include (normally /usr/local/include 1), /usr/gnu/include, /usr/local/include, /usr/include.




reply via email to

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