diff options
author | Paul Smith <psmith@gnu.org> | 2007-06-19 04:47:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-06-19 04:47:58 +0000 |
commit | a94019907222057e5c2ab6baa6816fcab73c686b (patch) | |
tree | a2681e0b310d732452b899b6091d7d5afe81dbfe /doc | |
parent | eda0e24ccdae279a2c12059242ef89a22c274047 (diff) | |
download | gunmake-a94019907222057e5c2ab6baa6816fcab73c686b.tar.gz |
Fix a core dump when reading_file is 0 (20033).
Fix some manual typos (20018).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/make.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make.texi b/doc/make.texi index baf92af..3928db7 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -1541,7 +1541,7 @@ constructs within the makefile. We say that expansion is @code{make} will expand any variables or functions in that section of a construct as the makefile is parsed. We say that expansion is @dfn{deferred} if expansion is not performed immediately. Expansion of -deferred construct is not performed until either the construct appears +a deferred construct is not performed until either the construct appears later in an immediate context, or until the second phase. You may not be familiar with some of these constructs yet. You can |