From ddf47a10cd351a9e09fb8886d0567e997fa75e55 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 29 Jan 2016 17:35:17 +0100 Subject: Make use of add() and add_before() in Configurations/ A few more sub-joins could be replaced with calls to add() and add_before() Reviewed-by: Rich Salz --- Configurations/00-base-templates.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations/00-base-templates.conf') diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 2ff2c2a3e9..68ad5a8403 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -112,7 +112,7 @@ mips64_asm => { inherit_from => [ "mips32_asm" ], template => 1, - sha1_obj => sub { join(" ", @_, "sha512-mips.o") } + sha1_obj => add("sha512-mips.o") }, s390x_asm => { template => 1, -- cgit v1.2.3