OSDN Git Service

add support for generating %.i files like %.E files
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 Feb 2006 05:49:09 +0000 (05:49 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 15 Feb 2006 05:49:09 +0000 (05:49 -0000)
Makerules

index 3f4f350..2ea5bcf 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -149,6 +149,8 @@ CFLAGS-.oS+=$(PICFLAG) -DSHARED
 %.oS: %.s ; $(compile.S)
 %.E:  %.c ; $(compile.E)
 %.E:  %.S ; $(compile.E)
+%.i:  %.c ; $(compile.E)
+%.i:  %.S ; $(compile.E)
 %.s:  %.c ; $(compile.s)
 %.s:  %.S ; $(compile.s)