aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-14 12:18:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-14 12:18:39 +0000
commit01a0bdcf22556a4c0f1c03be5812b99d098eda4b (patch)
treef05cba494d5b46bff668f5b15f2a9a3a43922730 /package/Makefile
parent0d03e66e87d42a1a481b5572df34f65b5f12d969 (diff)
downloadmaster-187ad058-01a0bdcf22556a4c0f1c03be5812b99d098eda4b.tar.gz
master-187ad058-01a0bdcf22556a4c0f1c03be5812b99d098eda4b.tar.bz2
master-187ad058-01a0bdcf22556a4c0f1c03be5812b99d098eda4b.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index e94c181ba0..304343a2aa 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))