[PATCH] kbuild: fix split-include dependency
authorJan Beulich <JBeulich@novell.com>
Tue, 6 Sep 2005 09:47:04 +0000 (11:47 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 10 Sep 2005 12:21:31 +0000 (14:21 +0200)
Splitting of autoconf.h requires that split-include was built before,
and
needs to be-re-done when split-include changes. This dependency was
previously missing. Additionally, since autoconf.h is (suppoosed to
be)
generated as a side effect of executing config targets, include/linux
should be created prior to running the respective sub-make.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile

diff --cc Makefile
Simple merge