From: Felix Fietkau Date: Sun, 12 Nov 2006 01:38:24 +0000 (+0000) Subject: fix path to temporary files X-Git-Tag: reboot~30478 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3207e32a9e7358bd7d31f93a48a6cd018d906706 fix path to temporary files SVN-Revision: 5502 --- diff --git a/package/Makefile b/package/Makefile index d1605afe9f..e0483deb59 100644 --- a/package/Makefile +++ b/package/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(TOPDIR)/.config -include $(TOPDIR)/.pkgdeps +include $(TMP_DIR)/.pkgdeps include $(INCLUDE_DIR)/host.mk PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m)) @@ -41,7 +41,7 @@ ifeq ($(SDK),1) GENDEP_OPTS := -s endif -$(TOPDIR)/.pkgdeps: $(TOPDIR)/.pkginfo +$(TMP_DIR)/.pkgdeps: $(TMP_DIR)/.pkginfo @$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@ all: compile