diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-12 10:00:54 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-12 10:02:19 +0200 |
commit | 8ba98cc2aa3409f57f7b2a6da424ebb64dae250c (patch) | |
tree | e70c8b9f1cfb66113228055574680986ee213015 /Makerules | |
parent | ed15ebd5148bfdd3fda358e1cc8da621f8eede29 (diff) |
*.i depend on generated headers
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |