summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2009-04-07 19:49:38 +0000
committerfjoe <fjoe@FreeBSD.org>2009-04-07 19:49:38 +0000
commitaff2f6a35ad17ffbe8f70440692c7429673cfa57 (patch)
tree62328bf7f402678c38010811a1c3b152881cb521 /usr.bin/make/make.1
parentc19a362092c477c7ba8435cb7f9756152848d978 (diff)
downloadFreeBSD-src-aff2f6a35ad17ffbe8f70440692c7429673cfa57.zip
FreeBSD-src-aff2f6a35ad17ffbe8f70440692c7429673cfa57.tar.gz
Avoid infinite loops when remaking makefiles not only
for Makefile targets but also for targets they depend on.
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 736f279..a4e837c 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1629,7 +1629,7 @@ To prevent infinite loops the following source Makefile targets are ignored:
.Bl -bullet
.It
.Ic ::
-targets that have no prerequisites but have commands
+targets that have no prerequisites
.It
.Ic !
targets
OpenPOWER on IntegriCloud