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.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.d/modules.mk') diff --git a/Makefile.d/modules.mk b/Makefile.d/modules.mk index cbd92ed..d08a55c 100644 --- a/Makefile.d/modules.mk +++ b/Makefile.d/modules.mk @@ -13,7 +13,7 @@ define rule_module_files src/%(arch)/%(module)/%: | tmp/builddeps-stamps/%(arch)/%(module) test -e $@ endef -$(eval $(call multiglob,modules_files,arch module)) +$(eval $(call multiglob,module_files,arch module)) # The generic rules @@ -31,7 +31,7 @@ $(eval $(call multiglob,download,arch module)) # % = arch/module tmp/builddeps-stamps/%: src/% cd $< && { test -f ./Makefile || test -x ./configure || ./autogen.sh; } - cd $< && { test -f ./Makefile || ./configure $($*_configure); } + cd $< && { test -f ./Makefile || ./configure $($(*F)_configure); } $(MAKE) -C $< mkdir -p $(@D) touch $@ -- cgit v1.2.3