summaryrefslogtreecommitdiffstats
path: root/rules/bonniexx.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-03-01 09:55:39 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-03-01 09:55:39 +0000
commit4c964756e3ec98e76d21ffa81d77400021ec18cc (patch)
treef446a171ca63afeb7c16e2eb256f2f67966d748f /rules/bonniexx.make
parent653919a99d8fa48fab6348ce7e442d72bbb19f8d (diff)
downloadptxdist-4c964756e3ec98e76d21ffa81d77400021ec18cc.tar.gz
ptxdist-4c964756e3ec98e76d21ffa81d77400021ec18cc.tar.xz
= -> := replacement
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bonniexx.make')
-rw-r--r--rules/bonniexx.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/bonniexx.make b/rules/bonniexx.make
index f2078a4d1..49e25a2f8 100644
--- a/rules/bonniexx.make
+++ b/rules/bonniexx.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_BONNIEXX) += bonniexx
#
# Paths and names
#
-BONNIEXX_VERSION = 1.03a
-BONNIEXX = bonnie++-$(BONNIEXX_VERSION)
-BONNIEXX_SUFFIX = tgz
-BONNIEXX_URL = http://www.coker.com.au/bonnie++/$(BONNIEXX).$(BONNIEXX_SUFFIX)
-BONNIEXX_SOURCE = $(SRCDIR)/$(BONNIEXX).$(BONNIEXX_SUFFIX)
-BONNIEXX_DIR = $(BUILDDIR)/$(BONNIEXX)
+BONNIEXX_VERSION := 1.03a
+BONNIEXX := bonnie++-$(BONNIEXX_VERSION)
+BONNIEXX_SUFFIX := tgz
+BONNIEXX_URL := http://www.coker.com.au/bonnie++/$(BONNIEXX).$(BONNIEXX_SUFFIX)
+BONNIEXX_SOURCE := $(SRCDIR)/$(BONNIEXX).$(BONNIEXX_SUFFIX)
+BONNIEXX_DIR := $(BUILDDIR)/$(BONNIEXX)
-include $(call package_depfile)