diff options
author | Paul Smith <psmith@gnu.org> | 2000-07-07 17:34:56 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-07-07 17:34:56 +0000 |
commit | 3c132f10f39f1675607d50f5c75669ec64e13bb5 (patch) | |
tree | 6a749a7c51472ff1f41aaa1cb6eb3a2dcaac9f70 /NEWS | |
parent | 88187d9f4b963227e72a46848826eab93545da6e (diff) | |
download | gunmake-3c132f10f39f1675607d50f5c75669ec64e13bb5.tar.gz |
* Minor code cleanups
* Fix for PR/1811, from Paul Eggert.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Version 3.79 explicitly within a make rule you may need to re-examine your use for correctness given this change. -* A new psuedo-target .NOTPARALLEL is available. If defined, the +* A new pseudo-target .NOTPARALLEL is available. If defined, the current makefile is run serially regardless of the value of -j. However, submakes are still eligible for parallel execution. |