From 455fbb30242c8676b26fad8f8b32898fc31c991d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 8 Feb 2016 17:19:20 -0500 Subject: Whoops, `make install-libretools` was installing everything --- common.once.head.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.once.head.mk') diff --git a/common.once.head.mk b/common.once.head.mk index f27fe07..d7faab8 100644 --- a/common.once.head.mk +++ b/common.once.head.mk @@ -51,7 +51,7 @@ pofmt = msguniq -Fi --to-code=UTF-8 # It's easy to think of these as "each" variables, but because they # will be evaluated on demand, only am_src_files needs to be "each". -detect-all = $(filter-out $(detect-ignore) ,$(am_src_files)) +detect-all = $(filter-out $(detect-ignore) ,$(srcfiles)) detect-exec = $(filter-out $(detect-ignore-exec),$(patsubst $(srcdir)/%,%,$(shell find $(addprefix $(srcdir)/,$(detect-all)) -executable))) detect-conf = $(filter-out $(detect-ignore-conf),$(filter %.conf ,$(detect-all))) detect-ronn = $(filter-out $(detect-ignore-ronn),$(filter %.ronn ,$(detect-all))) -- cgit v1.2.3