libk  Diff

Differences From Artifact [a535931ecd]:

To Artifact [121a62ca71]:


    23     23   	cp $< $@
    24     24   
    25     25   # generating C source in makeā€¦ yaaay
    26     26   define arch =
    27     27   ${TMP}/type.$(1).%.$(2).i: type.$(1).$(2).i def.%.i ${TMP}
    28     28   	echo '#ifndef KItype' > $$@
    29     29   	echo '#define KItype' >> $$@
    30         -	cat def.$$*.i >> $$@
    31     30   	cat $$< >> $$@
           31  +	cat def.$$*.i >> $$@
    32     32   	echo '#endif' >> $$@
    33     33   endef
    34     34   
    35     35   $(eval $(call arch,x86,32))
    36     36   $(eval $(call arch,x86,64))
    37     37