Skip to content
Snippets Groups Projects
Commit e8a64771 authored by nbd's avatar nbd
Browse files

change path to .prereq stampfile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6371 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 9ac4a336
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk ...@@ -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: ...@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment