X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=include%2Fhost.mk;h=d163c997dde41b75c89e3551fd3fe83f5e566fbe;hp=8b2e56ce510bf7c5d9325c755d82a5b6196c9bfc;hb=af927159a9e65228875999840012a1cde1c36b6a;hpb=3cd9eea04e166dc36dd0ecd4c1ebdf92ed76f8f2 diff --git a/include/host.mk b/include/host.mk index 8b2e56ce51..d163c997dd 100644 --- a/include/host.mk +++ b/include/host.mk @@ -1,17 +1,18 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +TMP_DIR ?= $(TOPDIR)/tmp -include $(TMP_DIR)/.host.mk export TAR -TMP_DIR ?= $(TOPDIR)/tmp ifneq ($(__host_inc),1) __host_inc:=1 +.PRECIOUS: $(TMP_DIR)/.host.mk $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk @mkdir -p $(TMP_DIR) @( \