[git commit nptl] *.i depend on generated headers

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Apr 12 13:09:25 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=8ba98cc2aa3409f57f7b2a6da424ebb64dae250c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makerules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makerules b/Makerules
index 83ecaed..af95ca0 100644
--- 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)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list