libk  Diff

Differences From Artifact [f9fefae3d1]:

To Artifact [e2db22ecce]:


     4      4   # so we're generating it at build time.
     5      5   
     6      6   # gen-headers = type.h
     7      7   
     8      8   include ../modmake
     9      9   
    10     10   ${OUT}/k/type.h: type.h.m ${TMP}/typesize.def
    11         -	$(m-comp) $< $(file < ${TMP}/typesize.def) > $@
           11  +	$(m-comp) $(file < ${TMP}/typesize.def) $< > $@
    12     12   
    13     13   ## the below code predates the introduction of gpp
    14     14   ## to generate these headers from templates instead
    15     15   ## of trying to write one for everypossible arch 
    16     16   ## tuple. it is left as a monument to a terrible
    17     17   ## and now blissfully forgotten past.
    18     18   #