We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c89f00 commit 7f5c408Copy full SHA for 7f5c408
mkproto.awk
@@ -36,5 +36,5 @@ inheader {
36
37
END {
38
if (old_protos != protos) print protos > "proto.h"
39
- printf "" > "proto.h-tstamp"
+ system("touch proto.h-tstamp")
40
}
0 commit comments