From c220f779c3ac2d3de2525461da65f89f21b7f467 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 29 Dec 2014 12:17:06 -0500 Subject: fix (mostly incorrect pluralization) --- Makefile.d/modules/coreboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.d/modules/coreboot.mk') diff --git a/Makefile.d/modules/coreboot.mk b/Makefile.d/modules/coreboot.mk index 1cf2309..1099039 100644 --- a/Makefile.d/modules/coreboot.mk +++ b/Makefile.d/modules/coreboot.mk @@ -29,7 +29,7 @@ define rule_coreboot_utils src/%(arch)/coreboot/util/%(coreboot_util): | src/%(arch)/coreboot test -d $@ endef -$(eval $(call multiglob,coreboot_utils,arch coreboot_utils)) +$(eval $(call multiglob,coreboot_utils,arch coreboot_util)) # The builddeps stamp needs to depend on 3 "utility" builddeps $(foreach arch,$(arches),tmp/builddeps-stamps/$(arch)/coreboot): \ -- cgit v1.2.3