mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:04:38 +02:00
fix path to temporary files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5502 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8dec8f0b70
commit
7c83e47d36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user