diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-12 07:16:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-12 07:16:40 +0000 |
commit | 8a2e6d3e9ef9e65384ad9a8434c3f4eb835394ac (patch) | |
tree | 7369a1836ab235c3ca4d091ff99023f5579697f8 /mk/help | |
parent | cf0999e8947097a4ad5bc5a7faeacdc73835ee5d (diff) | |
download | pkgsrc-8a2e6d3e9ef9e65384ad9a8434c3f4eb835394ac.tar.gz |
Removed outdated comment.
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/help.awk | 3 |
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; } |