aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-25 23:27:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-25 23:27:54 +0000
commit3b0e390c1c63aba96b93fe63acf3d0a31919b202 (patch)
treef3af6b780e86b7aa322c8aa308dec8ecf15e6c63 /docs
parent559d2c215f8354d5c7e53c2637572d45f105dd95 (diff)
downloadmaster-187ad058-3b0e390c1c63aba96b93fe63acf3d0a31919b202.tar.gz
master-187ad058-3b0e390c1c63aba96b93fe63acf3d0a31919b202.tar.bz2
master-187ad058-3b0e390c1c63aba96b93fe63acf3d0a31919b202.zip
change path to .prereq stampfile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 9e888a4af2..d20556a67b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/prereq.mk
MAIN = openwrt.tex
-DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex .prereq
+DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex $(TMP_DIR)/.prereq-docs
all:
$(MAKE) cleanup
@@ -14,7 +14,7 @@ all:
$(MAKE) openwrt.pdf openwrt.html
$(MAKE) cleanup
-.prereq:
+$(TMP_DIR)/.prereq-docs:
$(MAKE) prereq
touch $@