summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-06-23 07:57:28 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-06-23 07:57:28 +0000
commitee7e51a6d134a638c97efc0a10b01e846784289b (patch)
tree603905939bbd27be2a24c9fd577147365a3a158e /rules/host-fakeroot.make
parent214e6e6d649724190fa10bb28ff60f8f2a1459a6 (diff)
downloadptxdist-ee7e51a6d134a638c97efc0a10b01e846784289b.tar.gz
ptxdist-ee7e51a6d134a638c97efc0a10b01e846784289b.tar.xz
* host-fakeroot.make, host-ipkg.make:
some = -> := replacements git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5853 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-fakeroot.make')
-rw-r--r--rules/host-fakeroot.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
index 801f38113..d3ff26285 100644
--- a/rules/host-fakeroot.make
+++ b/rules/host-fakeroot.make
@@ -58,13 +58,13 @@ $(STATEDIR)/host-fakeroot.extract: $(host-fakeroot_extract_deps_default)
host-fakeroot_prepare: $(STATEDIR)/host-fakeroot.prepare
-HOST_FAKEROOT_PATH = PATH=$(HOST_PATH)
-HOST_FAKEROOT_ENV = $(HOST_ENV)
+HOST_FAKEROOT_PATH := PATH=$(HOST_PATH)
+HOST_FAKEROOT_ENV := $(HOST_ENV)
#
# autoconf
#
-HOST_FAKEROOT_AUTOCONF = \
+HOST_FAKEROOT_AUTOCONF:= \
$(HOST_AUTOCONF) \
--without-po4a