From 8ba98cc2aa3409f57f7b2a6da424ebb64dae250c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 12 Apr 2010 10:00:54 +0200 Subject: *.i depend on generated headers Signed-off-by: Bernhard Reutner-Fischer --- Makerules | 1 + 1 file changed, 1 insertion(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 83ecaed26..af95ca0f9 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) -- cgit v1.2.3