summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-12 07:16:40 +0000
committerrillig <rillig>2008-02-12 07:16:40 +0000
commit23afdd8ea47199020371d8e4029cbca760d71a89 (patch)
tree7369a1836ab235c3ca4d091ff99023f5579697f8 /mk/help
parent9964915e9207a227a197e9a844f053e45f408f7f (diff)
downloadpkgsrc-23afdd8ea47199020371d8e4029cbca760d71a89.tar.gz
Removed outdated comment.
Diffstat (limited to 'mk/help')
-rw-r--r--mk/help/help.awk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/help/help.awk b/mk/help/help.awk
index 1c7510df694..612135aaee6 100644
--- a/mk/help/help.awk
+++ b/mk/help/help.awk
@@ -1,4 +1,4 @@
-# $NetBSD: help.awk,v 1.21 2008/01/05 19:48:27 rillig Exp $
+# $NetBSD: help.awk,v 1.22 2008/02/12 07:16:40 rillig Exp $
#
# This program extracts the inline documentation from *.mk files.
@@ -167,7 +167,6 @@ $1 == "#" {
}
always {
- # Note: The first "this" actually means the next line.
last_fname = FILENAME;
}