Note that dirs in VPATH, vpath can be separated by blanks as well as
authorRoland McGrath <roland@redhat.com>
Mon, 2 May 1994 23:00:39 +0000 (23:00 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 2 May 1994 23:00:39 +0000 (23:00 +0000)
colons.

make.texinfo

index 84d78d0..66fa8c0 100644 (file)
@@ -1666,9 +1666,9 @@ names of source files in the dependencies as if they all existed in the
 current directory.  @xref{Commands/Search, ,Writing Shell Commands with
 Directory Search}.
 
-In the @code{VPATH} variable, directory names are separated by colons.
-The order in which directories are listed is the order followed by
-@code{make} in its search.
+In the @code{VPATH} variable, directory names are separated by colons or
+blanks.  The order in which directories are listed is the order followed
+by @code{make} in its search.
 
 For example,
 
@@ -1714,9 +1714,9 @@ There are three forms of the @code{vpath} directive:
 Specify the search path @var{directories} for file names that match
 @var{pattern}.  
 
-The search path, @var{directories}, is a colon-separated list of
-directories to be searched, just like the search path used in the
-@code{VPATH} variable.
+The search path, @var{directories}, is a list of directories to be
+searched, separated by colons or blanks, just like the search path used
+in the @code{VPATH} variable.
 
 @item vpath @var{pattern}
 Clear out the search path associated with @var{pattern}.