Browse Source

*.i depend on generated headers

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
8ba98cc2aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makerules

+ 1 - 0
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)