1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

change path to .prereq stampfile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6371 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-02-25 23:27:54 +00:00
parent 9ac4a336ea
commit e8a6477128

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