summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkproto.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkproto.awk b/mkproto.awk
index ab97d54f..a64d132e 100644
--- a/mkproto.awk
+++ b/mkproto.awk
@@ -2,6 +2,7 @@
BEGIN {
while ((getline i < "proto.h") > 0) old_protos = old_protos ? old_protos "\n" i : i
+ close("proto.h")
protos = "/* This file is automatically generated with \"make proto\". DO NOT EDIT */\n"
}