Kaydet (Commit) bba594a8 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix an apparent cut-and-paste typo in CustomeTarget

üst cce442bc
...@@ -55,7 +55,7 @@ endef ...@@ -55,7 +55,7 @@ endef
define gb_CustomTarget_CustomTarget define gb_CustomTarget_CustomTarget
$(if $(filter $(2),$(gb_CustomTarget_REPOSITORYNAMES)),,\ $(if $(filter $(2),$(gb_CustomTarget_REPOSITORYNAMES)),,\
$(error CustomTarget: no or invalid repository given; known repositories: \ $(error CustomTarget: no or invalid repository given; known repositories: \
$(gb_JavaClassSet_REPOSITORYNAMES))) $(gb_CustomTarget_REPOSITORYNAMES)))
gb_CustomTarget_REPO_$(1) := $(2) gb_CustomTarget_REPO_$(1) := $(2)
$(call gb_CustomTarget_get_target,$(1)) : \ $(call gb_CustomTarget_get_target,$(1)) : \
$(call gb_CustomTarget__get_makefile,$($(2)),$(1)) $(call gb_CustomTarget__get_makefile,$($(2)),$(1))
......
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