summaryrefslogtreecommitdiffstats
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
commit24b5b885b68b0c87a8651713be2a60e1bd2a7087 (patch)
tree3a5e967c28b8b13e04e61e0d22bb77718239d95d /package/Makefile
parent13c1060ce2a255d1c182d4f68e8e249db4aca45d (diff)
downloadmaster-31e0f0ae-24b5b885b68b0c87a8651713be2a60e1bd2a7087.tar.gz
master-31e0f0ae-24b5b885b68b0c87a8651713be2a60e1bd2a7087.tar.bz2
master-31e0f0ae-24b5b885b68b0c87a8651713be2a60e1bd2a7087.zip
fix typo
SVN-Revision: 5075
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))