summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/Configuration.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-12-31 12:59:47 +0100
committerDavid Tardon <dtardon@redhat.com>2012-12-31 13:00:28 +0100
commit7d6112773e806630eeaffbfedb6ee89e81d2f8fc (patch)
tree77540d5703e5687b75a0513508f9490e16a98972 /solenv/gbuild/Configuration.mk
parentdo not second-guess the location of mingw sysroot (diff)
downloadcore-7d6112773e806630eeaffbfedb6ee89e81d2f8fc.tar.gz
core-7d6112773e806630eeaffbfedb6ee89e81d2f8fc.zip
I did not want to push that...
It does not work, anyway. This reverts commit ee18b30b0391a443a51d7b97060f118478c202af. Change-Id: Ibe21a2a62ecbfaf8dcd87113bde386050ffde25a
Diffstat (limited to 'solenv/gbuild/Configuration.mk')
-rw-r--r--solenv/gbuild/Configuration.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 98f60dd1c5f6..328c5a88a8c0 100644
--- a/solenv/gbuild/Configuration.mk
+++ b/solenv/gbuild/Configuration.mk
@@ -251,8 +251,8 @@ $(call gb_XcuLangpackTarget_get_outdir_target,%) :
# XcuMergeTarget class
-gb_XcuMergeTarget_CFGEXDEPS = $(call gb_Executable_get_runtime_dependencies,cfgex)
-gb_XcuMergeTarget_CFGEXCOMMAND = $(call gb_Executable_get_command,cfgex)
+gb_XcuMergeTarget_CFGEXDEPS := $(call gb_Executable_get_runtime_dependencies,cfgex)
+gb_XcuMergeTarget_CFGEXCOMMAND := $(call gb_Executable_get_command,cfgex)
# PRJNAME is computed from the stem (parameter $(2))
define gb_XcuMergeTarget__command