Browse Source

Ensure init.h regenerated every time
(it's write only)

Signed-off-by: Graham MacDonald <grahamamacdonald@gmail.com>

Graham MacDonald 5 years ago
parent
commit
660ab4f295
1 changed files with 3 additions and 0 deletions
  1. 3 0
      sys/src/9/amd64/inith.json

+ 3 - 0
sys/src/9/amd64/inith.json

@@ -24,6 +24,9 @@
 			"-z",
 			"max-page-size=0x200000"
 		],
+		"Pre": [
+			"rm -f init.h"
+		],
 		"Post": [
 			"elf2c init.h init"
 		],