X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e692b6f78e25b78e77387abb0b6e90cbc3407303..910f1a953449474833d7ff044a98bbbfa07f8c6d:/include/host.mk?ds=sidebyside diff --git a/include/host.mk b/include/host.mk index 8b2e56ce5..d163c997d 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) @( \