Kaydet (Commit) 0599c27c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove misleading indentation

The indented line is not part of the if function on the line above.

Change-Id: I7ae7c1223af74cc5ffcf9d1d32fb848212859ac9
üst a709e8d9
......@@ -356,7 +356,7 @@ endef
define gb_Executable__get_command
$(if $(filter NONE,$(gb_Executable_VALIDGROUPS)),,$(call gb_Output_error,executable group NONE does not exist!))
$(if $(filter $(1),$(gb_Executable_NONE)),,$(gb_Helper_set_ld_path)) \
$(call gb_Executable_get_target_for_build,$(1))
$(call gb_Executable_get_target_for_build,$(1))
endef
# Get complete command-line for running the executable
......
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