@@ -6,8 +6,11 @@ # gen-headers = type.h include ../modmake +${OUT}/k/type.h: type.h.m ${TMP}/typesize.def + $(m-comp) $< $(file < ${TMP}/typesize.def) > $@ + ## the below code predates the introduction of gpp ## to generate these headers from templates instead ## of trying to write one for everypossible arch ## tuple. it is left as a monument to a terrible