Kaydet (Commit) 39bd7a55 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Jan Holesovsky

Missing dependency on directory

Change-Id: Icaf0f54d3487c8286486d265ebb9790f6b9e0910
Reviewed-on: https://gerrit.libreoffice.org/55419Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst cf1d83f9
......@@ -94,7 +94,8 @@ endif
endef
ifneq ($(ENABLE_HTMLHELP),)
$(call gb_AllLangHelp_get_helpfiles_target,%):
$(call gb_AllLangHelp_get_helpfiles_target,%): | \
$(dir $(call gb_AllLangHelp_get_helpfiles_target,%)).dir
touch $@
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment