@@ -26,12 +26,12 @@ define arch = ${TMP}/type.$(1).%.$(2).i: type.$(1).$(2).i def.%.i ${TMP} echo '#ifndef KItype' > $$@ echo '#define KItype' >> $$@ - cat def.$$*.i >> $$@ cat $$< >> $$@ + cat def.$$*.i >> $$@ echo '#endif' >> $$@ endef $(eval $(call arch,x86,32)) $(eval $(call arch,x86,64))