From: Felix Fietkau Date: Sun, 25 Feb 2007 23:27:54 +0000 (+0000) Subject: change path to .prereq stampfile X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf;p=openwrt%2Fstaging%2Flynxis%2Fomap.git change path to .prereq stampfile SVN-Revision: 6371 --- 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 $@