From 7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 25 Feb 2007 23:27:54 +0000
Subject: [PATCH] change path to .prereq stampfile

SVN-Revision: 6371
---
 docs/Makefile | 4 ++--
 1 file 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 $@
 
-- 
GitLab