fix path to temporary files
SVN-Revision: 5502
This commit is contained in:
parent
90008e868d
commit
3207e32a9e
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(TOPDIR)/.config
|
include $(TOPDIR)/.config
|
||||||
include $(TOPDIR)/.pkgdeps
|
include $(TMP_DIR)/.pkgdeps
|
||||||
include $(INCLUDE_DIR)/host.mk
|
include $(INCLUDE_DIR)/host.mk
|
||||||
|
|
||||||
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
|
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
|
||||||
@ -41,7 +41,7 @@ ifeq ($(SDK),1)
|
|||||||
GENDEP_OPTS := -s
|
GENDEP_OPTS := -s
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(TOPDIR)/.pkgdeps: $(TOPDIR)/.pkginfo
|
$(TMP_DIR)/.pkgdeps: $(TMP_DIR)/.pkginfo
|
||||||
@$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@
|
@$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@
|
||||||
|
|
||||||
all: compile
|
all: compile
|
||||||
|
Loading…
Reference in New Issue
Block a user