aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-12 01:05:14 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-12 01:05:14 -0700
commitc70b9371a50789aa84ee802013eb627bb875ff4f (patch)
tree897da121d0ee187d56d4b739edb98d0864f1aa69 /Makefile
parent9a6c9ba25d626c3fbb15cb262ea30e528f8a48f2 (diff)
downloadhistory-c70b9371a50789aa84ee802013eb627bb875ff4f.tar.gz
[PATCH] Make %docs depend on scripts_basic
From: Sam Ravnborg <sam@ravnborg.org> From: Herbert Xu <herbert@gondor.apana.org.au> It seems that the %docs targets only needs scripts_basic. The following patch does just that. This removes its dependency on the existence of a .config file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2510128ce1430..944fee10b7050b 100644
--- a/Makefile
+++ b/Makefile
@@ -945,7 +945,7 @@ help:
# Documentation targets
# ---------------------------------------------------------------------------
-%docs: scripts FORCE
+%docs: scripts_basic FORCE
$(Q)$(MAKE) $(build)=Documentation/DocBook $@
# Scripts to check various things for consistency