From 57ea449537988d98999b01ca0adcf367e611a56e Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 14 Oct 2006 12:18:39 +0000
Subject: fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5075 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/Makefile')

diff --git a/package/Makefile b/package/Makefile
index e94c181ba..304343a2a 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/.config
 include $(TOPDIR)/.pkgdeps
-include $(TOPDIR)/host.mk
+include $(INCLUDE_DIR)/host.mk
 
 PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
 DOWNLOAD_PACKAGES:=$(patsubst %,%-download,$(package-y) $(package-m))
-- 
cgit v1.2.3