diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-20 14:04:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-20 14:04:40 +0000 |
commit | 59d130d86713c0c81543ff73e7fade9212ede98f (patch) | |
tree | 3070eb8638ca36eda20ce099a17b8b7c94d6ab12 /include/package-ipkg.mk | |
parent | 28fae0bccf80cbe592f254bb63afde9d1935215c (diff) | |
download | upstream-59d130d86713c0c81543ff73e7fade9212ede98f.tar.gz upstream-59d130d86713c0c81543ff73e7fade9212ede98f.tar.bz2 upstream-59d130d86713c0c81543ff73e7fade9212ede98f.zip |
fix multiple ipkg builds of the same arch but with different targets in the same checkout
SVN-Revision: 17325
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r-- | include/package-ipkg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 5d5c826842..245e29fa5d 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -33,7 +33,7 @@ filter_deps=$(foreach dep,$(call strip_deps,$(1)),$(if $(findstring :,$(dep)),$( ifeq ($(DUMP),) define BuildTarget/ipkg IPKG_$(1):=$(PACKAGE_DIR)/$(1)_$(VERSION)_$(PKGARCH).ipk - IDIR_$(1):=$(PKG_BUILD_DIR)/ipkg/$(1) + IDIR_$(1):=$(PKG_BUILD_DIR)/ipkg-$(PKGARCH)/$(1) INFO_$(1):=$(IPKG_STATE_DIR)/info/$(1).list ifdef Package/$(1)/install |