OSDN Git Service

*.i depend on generated headers
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Apr 2010 08:00:54 +0000 (10:00 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Apr 2010 08:02:19 +0000 (10:02 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makerules

index 83ecaed..af95ca0 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -309,6 +309,7 @@ endef
 CFLAGS-.os+=$(PICFLAG)
 CFLAGS-.oS+=$(PICFLAG) -DSHARED
 
+$(top_srcdir)%.i: | pregen
 $(top_builddir)%.o:  $(top_srcdir)%.c FORCE ; $(compile.c)
 $(top_builddir)%.os: $(top_srcdir)%.c FORCE ; $(compile.c)
 $(top_builddir)%.oS: $(top_srcdir)%.c FORCE ; $(compile.c)