change path to .prereq stampfile
authorFelix Fietkau <nbd@openwrt.org>
Sun, 25 Feb 2007 23:27:54 +0000 (23:27 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 25 Feb 2007 23:27:54 +0000 (23:27 +0000)
SVN-Revision: 6371

docs/Makefile

index 9e888a4af2df7fab545631ffe872b16106738ffb..d20556a67b349744c7ad15d0f63cfaae2dbe1f78 100644 (file)
@@ -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 $@