Skip to content

Commit 7f5c408

Browse files
committed
Use touch for proto.h-tstamp since one awk wasn't updating mtime.
1 parent 6c89f00 commit 7f5c408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkproto.awk

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ inheader {
3636

3737
END {
3838
if (old_protos != protos) print protos > "proto.h"
39-
printf "" > "proto.h-tstamp"
39+
system("touch proto.h-tstamp")
4040
}

0 commit comments

Comments
 (0)