diff options
author | Peter Foley <pefoley2@pefoley.com> | 2014-09-25 14:23:58 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-26 05:03:01 -0400 |
commit | 8e2faea877eb24511c8e71b88e803e22c6bf235e (patch) | |
tree | fe1ced23e68de0abda8e2a8bbbe31a11bee708e2 /Makefile | |
parent | dd42a0882a70f10e429b8306dec8aad40babe19c (diff) |
Make Documenation depend on headers_install
Cc: rdunlap@infradead.org
Cc: linux-doc@vger.kernel.org
Cc: sudeep.dutt@intel.com
Cc: nikhil.rao@intel.com
Cc: ashutosh.dixit@intel.com
Cc: akpm@linux-foundation.org
Cc: gregkh@linuxfoundation.org
Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1532,6 +1532,8 @@ endif | |||
1532 | $(cmd_crmodverdir) | 1532 | $(cmd_crmodverdir) |
1533 | $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ | 1533 | $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ |
1534 | $(build)=$(build-dir) | 1534 | $(build)=$(build-dir) |
1535 | # Make sure the latest headers are built for Documentation | ||
1536 | Documentation/: headers_install | ||
1535 | %/: prepare scripts FORCE | 1537 | %/: prepare scripts FORCE |
1536 | $(cmd_crmodverdir) | 1538 | $(cmd_crmodverdir) |
1537 | $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ | 1539 | $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ |