From: Jan Beulich Date: Tue, 6 Sep 2005 09:47:04 +0000 (+0200) Subject: [PATCH] kbuild: fix split-include dependency X-Git-Tag: v2.6.14-rc1~129^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd05e6bdc6001ac6e8ab13720693b7e1302d9848;p=pandora-kernel.git [PATCH] kbuild: fix split-include dependency 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 Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed