change path to .prereq stampfile

SVN-Revision: 6371
This commit is contained in:
Felix Fietkau 2007-02-25 23:27:54 +00:00
parent d9639dd98c
commit 7ae75032c1

View 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 $@