diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-22 23:02:38 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-22 23:05:45 +0200 |
commit | 2589505cc299950a2d41aa65e0100fb0c6f0a7a6 (patch) | |
tree | c1572c65942ca206565c9f1a0e87b12fe9b2d7f3 | |
parent | 8de04aaf23492fb0c188b063ecd806b2e6d9d213 (diff) |
fdo#55290: CliAssembly: fix cbd9dddb: s/NAME/OUTFILE/
Change-Id: I9339dee42ed564521f3d6bd4d269184e79e2303c
-rw-r--r-- | solenv/gbuild/CliAssembly.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CliAssembly.mk b/solenv/gbuild/CliAssembly.mk index b6e216a0dcb8..82e2f5046330 100644 --- a/solenv/gbuild/CliAssembly.mk +++ b/solenv/gbuild/CliAssembly.mk @@ -74,7 +74,7 @@ $(dir $(call gb_CliAssemblyTarget_get_target,%))%/.dir : $(call gb_CliAssemblyTarget_get_target,%) : $(if $(strip $(CLI_ASSEMBLY_VERSION)),,$(call gb_Output_error,assembly version not set)) $(if $(strip $(CLI_ASSEMBLY_CONFIGFILE)),,$(call gb_Output_error,assembly configuration file not set)) - $(if $(strip $(CLI_ASSEMBLY_NAME)),,$(call gb_Output_error,assembly name not set)) + $(if $(strip $(CLI_ASSEMBLY_OUTFILE)),,$(call gb_Output_error,assembly name not set)) $(call gb_CliAssemblyTarget__command,$@,$*,$<) $(call gb_CliAssemblyTarget_get_assembly_target,%) : |