make target/linux/* directories self-contained, use the selected kernel version for...
[openwrt-10.03/.git] / include / host.mk
index 3100ce4165a32150d24e3863fa58a49048b1930d..ed961e35d91a662d4427166d4adcdc9731ea3ebd 100644 (file)
@@ -5,11 +5,11 @@
 # See /LICENSE for more information.
 #
 
-include $(TOPDIR)/.host.mk
+include $(TMP_DIR)/.host.mk
 
 export TAR
 
-$(TOPDIR)/.host.mk: $(INCLUDE_DIR)/host.mk
+$(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk
        @( \
                HOST_OS=`uname`; \
                case "$$HOST_OS" in \