missing $: announce only if something is happening
This commit is contained in:
parent
d37b4908ef
commit
794f4e2329
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ $(call gb_Extension_get_rootdir,$(1))/$(2) : SDF := $(gb_SDFLOCATION)$(subst $(S
|
|||
$(call gb_Extension_get_rootdir,$(1))/$(2) : $$(SDF)
|
||||
$(call gb_Extension_get_rootdir,$(1))/$(2) : $(gb_Extension_HELPEXTARGET)
|
||||
$(call gb_Extension_get_rootdir,$(1))/$(2) : $(3)
|
||||
$(call gb_Output_announce,$(2),$(true),XHP,3)
|
||||
$$(call gb_Output_announce,$(2),$(true),XHP,3)
|
||||
mkdir -p $$(dir $$@) && \
|
||||
$(gb_Extension_HELPEXCOMMAND) -i $$(call gb_Helper_native_path,$$<) -o $$(call gb_Helper_native_path,$$@) -l $(4) -m $$(SDF)
|
||||
|
||||
|
|
Loading…
Reference in a new issue