summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-07 18:32:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-07 18:32:04 +0200
commitcc630e3d8ee5d07b7341b071443845ef309eeeb2 (patch)
tree31e71433e845df44fa859cc9f8f410b4d1200801 /solenv
parent046cf9a53f46b8bc9d6bcd5f0ea4af6c9a6125a7 (diff)
One more gbuild $ -> $$ fix
Change-Id: I907e383f117044ef5d105e91991cdcf7ef1f4c9c
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Extension.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Extension.mk b/solenv/gbuild/Extension.mk
index 5f13af949320..6fd22f842758 100644
--- a/solenv/gbuild/Extension.mk
+++ b/solenv/gbuild/Extension.mk
@@ -348,7 +348,7 @@ $(call gb_Extension_get_workdir,$(1))/help/$(5)/$(3) : \
$(if $(filter-out en-US,$(5)), \
MERGEINPUT=`$(gb_MKTEMP)` && \
echo $$(POFILE) > $$$${MERGEINPUT} && \
- $(gb_Extension_HELPEXCOMMAND) -i $$< -o $$@ -l $(5) \
+ $$(gb_Extension_HELPEXCOMMAND) -i $$< -o $$@ -l $(5) \
-m $$$${MERGEINPUT} && \
rm -rf $$$${MERGEINPUT} \
, \