summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-04 13:04:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-04 13:04:16 +0100
commit0c516dda2ac54777be23eb5999b3eae88788aa4f (patch)
tree0449e56f1a6ff0458acaad5d3f89ce3a6c8e7254 /packages/misc
parentfe2b13f422584c6de678285b30c8b5718c6f098d (diff)
downloadembtoolkit-0c516dda2ac54777be23eb5999b3eae88788aa4f.tar.gz
embtoolkit-0c516dda2ac54777be23eb5999b3eae88788aa4f.tar.bz2
embtoolkit-0c516dda2ac54777be23eb5999b3eae88788aa4f.tar.xz
Build system: avoid adding EMBTK_ROOT while including .mk files
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/misc.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/misc/misc.mk b/packages/misc/misc.mk
index 78cc81c..8c28702 100644
--- a/packages/misc/misc.mk
+++ b/packages/misc/misc.mk
@@ -24,32 +24,32 @@
################################################################################
#expat
-include $(EMBTK_ROOT)/packages/misc/expat/expat.mk
+include packages/misc/expat/expat.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_EXPAT) += expat_install
#gettext
-include $(EMBTK_ROOT)/packages/misc/gettext/gettext.mk
+include packages/misc/gettext/gettext.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_GETTEXT) += gettext_install
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GETTEXT) += gettext_host_install
#GLib
-include $(EMBTK_ROOT)/packages/misc/glib/glib.mk
+include packages/misc/glib/glib.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_GLIB) += glib_install
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GLIB) += glib_host_install
# intltool
-include $(EMBTK_ROOT)/packages/misc/intltool/intltool.mk
+include packages/misc/intltool/intltool.mk
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_INTLTOOL) += intltool_host_install
#libxml2
-include $(EMBTK_ROOT)/packages/misc/libxml/libxml.mk
+include packages/misc/libxml/libxml.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LIBXML2) += libxml2_install
#ncurses
-include $(EMBTK_ROOT)/packages/misc/ncurses/ncurses.mk
+include packages/misc/ncurses/ncurses.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_NCURSES) += ncurses_install
#tslib
-include $(EMBTK_ROOT)/packages/misc/tslib/tslib.mk
+include packages/misc/tslib/tslib.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_TSLIB) += tslib_install