summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-03-25 21:21:57 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-26 21:45:20 +0100
commit70d84c538f63bf7d4d80a405763f0ca569150c41 (patch)
tree910da62539e55f135b0e823252fb776c19563856
parent55b80a73d0859b50d1e0b97e754e6828b9b11910 (diff)
downloadptxdist-70d84c538f63bf7d4d80a405763f0ca569150c41.tar.gz
ptxdist-70d84c538f63bf7d4d80a405763f0ca569150c41.tar.xz
[template-src-stellaris-make] don't use := in @PACKAGE@_CONF_OPT
Don't use := but = in an assignment when referencing variables from other makefiles. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 3520db8f47c1e46ec33e11aaea2063d8d53b2887) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/templates/template-src-stellaris-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/templates/template-src-stellaris-make b/rules/templates/template-src-stellaris-make
index 4a63dd42b..6f723189e 100644
--- a/rules/templates/template-src-stellaris-make
+++ b/rules/templates/template-src-stellaris-make
@@ -64,7 +64,7 @@ endif
#
@PACKAGE@_CONF_ENV := CC=$(PTXCONF_STELLARIS_CC)
@PACKAGE@_CONF_TOOL := autoconf
-@PACKAGE@_CONF_OPT := \
+@PACKAGE@_CONF_OPT = \
--host=$(PTXCONF_STELLARIS_GNU_TARGET) \
--build=$(GNU_HOST) \
--with-stellaris-sdk=$(SW_EK_LM3S3748_DIR) \