summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3a350da..5ee75ac 100644
--- a/NEWS
+++ b/NEWS
@@ -52,9 +52,8 @@ Version 3.81beta3
* New special variables available in this release:
- .FEATURES: Contains a list of special features available in this
version of GNU make.
- - .DEFAULT_TARGET: Contains the name of the default target make will
- use if no targets are provided on the command line. It can be set
- to change the default target.
+ - .DEFAULT_GOAL: Set the name of the default goal make will
+ use if no goals are provided on the command line.
- New automatic variable: $| (added in 3.80, actually): contains all
the order-only prerequisites defined for the target.