Skip to content

Commit 90836c5

Browse files
committed
Update comment
1 parent 1a8b011 commit 90836c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/lib/help/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ list-targets:
4444
#
4545
# This target lists all Makefile targets for computing statistics.
4646
#
47-
# Note: the list of targets is NOT exhaustive, as it does not include targets which have been explicitly declared PHONY targets and does not include targets declared via variables. These targets could be included by dumping the Makefile database `make -qp`, but not seen as necessary due to predominant use of PHONY.
47+
# Note: the list of targets is NOT exhaustive, as it does not include targets which have not been explicitly declared PHONY targets and does not include targets declared via variables. These targets could be included by dumping the Makefile database `make -qp`, but not seen as necessary due to predominant use of PHONY.
4848

4949
list-stats-targets:
5050
$(QUIET) find $(TOOLS_MAKE_DIR) $(FIND_MAKEFILES_FLAGS) \

0 commit comments

Comments
 (0)