Kaydet (Commit) d50b7ace authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix sources of odk/CustomTarget_include copy actions

Change-Id: I13fb1204675cb022709cad4d183aaf7a11f0ca4d
üst 78829395
...@@ -30,7 +30,7 @@ odk_INCLIST := $(subst $(OUTDIR)/inc/,,$(shell find \ ...@@ -30,7 +30,7 @@ odk_INCLIST := $(subst $(OUTDIR)/inc/,,$(shell find \
define odk_inc define odk_inc
odkcommon_ZIPLIST += include/$(1) odkcommon_ZIPLIST += include/$(1)
$(call gb_CustomTarget_get_target,odk/odkcommon/include): $(odk_WORKDIR)/include/$(1) $(call gb_CustomTarget_get_target,odk/odkcommon/include): $(odk_WORKDIR)/include/$(1)
$(odk_WORKDIR)/include/$(1): $(foreach dir,$(odk_INCDIRLIST),$(call gb_Package_get_target,$(dir)_inc)) $(odk_WORKDIR)/include/$(1): $(OUTDIR)/inc/$(1)
mkdir -p $$(dir $$@) mkdir -p $$(dir $$@)
$$(call gb_Output_announce,$$(subst $$(WORKDIR)/,,$$@),build,CPY,1) $$(call gb_Output_announce,$$(subst $$(WORKDIR)/,,$$@),build,CPY,1)
cp $$< $$@ cp $$< $$@
......
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