Просмотр исходного кода

change path to .prereq stampfile

SVN-Revision: 6371
Felix Fietkau 19 лет назад
Родитель
Сommit
7ae75032c1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/Makefile

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