mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02: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:
parent
9ac4a336ea
commit
e8a6477128
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/prereq.mk
|
include $(INCLUDE_DIR)/prereq.mk
|
||||||
|
|
||||||
MAIN = openwrt.tex
|
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:
|
all:
|
||||||
$(MAKE) cleanup
|
$(MAKE) cleanup
|
||||||
@ -14,7 +14,7 @@ all:
|
|||||||
$(MAKE) openwrt.pdf openwrt.html
|
$(MAKE) openwrt.pdf openwrt.html
|
||||||
$(MAKE) cleanup
|
$(MAKE) cleanup
|
||||||
|
|
||||||
.prereq:
|
$(TMP_DIR)/.prereq-docs:
|
||||||
$(MAKE) prereq
|
$(MAKE) prereq
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user