projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90008e8
)
fix path to temporary files
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Nov 2006 01:38:24 +0000
(
01:38
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Nov 2006 01:38:24 +0000
(
01:38
+0000)
SVN-Revision: 5502
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index d1605afe9f9fd1d23c0eaf3f77bb503ec1f836d0..e0483deb59e7414cdff5e9e495718ac5e4187c41 100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/.config
-include $(T
OP
DIR)/.pkgdeps
+include $(T
MP_
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
-$(T
OPDIR)/.pkgdeps: $(TOP
DIR)/.pkginfo
+$(T
MP_DIR)/.pkgdeps: $(TMP_
DIR)/.pkginfo
@$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@
all: compile