summaryrefslogtreecommitdiffstats
path: root/rules/host-binutils.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-binutils.make')
-rw-r--r--rules/host-binutils.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-binutils.make b/rules/host-binutils.make
index 5bae358fc..b28b81048 100644
--- a/rules/host-binutils.make
+++ b/rules/host-binutils.make
@@ -17,10 +17,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_BINUTILS) += host-binutils
#
# Paths and names
#
-HOST_BINUTILS_VERSION = 2.16.1
-HOST_BINUTILS = binutils-$(HOST_BINUTILS_VERSION)
-HOST_BINUTILS_SUFFIX = tar.gz
-HOST_BINUTILS_DIR = $(HOST_BUILDDIR)/$(HOST_BINUTILS)
+HOST_BINUTILS_VERSION := 2.16.1
+HOST_BINUTILS := binutils-$(HOST_BINUTILS_VERSION)
+HOST_BINUTILS_SUFFIX := tar.gz
+HOST_BINUTILS_DIR := $(HOST_BUILDDIR)/$(HOST_BINUTILS)
-include $(call package_depfile)