summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}