From: nbd Date: Sun, 12 Nov 2006 01:38:24 +0000 (+0000) Subject: fix path to temporary files X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=7c83e47d36ea3d9332112ff0ef83c736032eb52c;hp=8dec8f0b70429f3cd1edbcf8ffcb315736fbdd04 fix path to temporary files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5502 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/Makefile b/package/Makefile index d1605afe9..e0483deb5 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