From 5691f389185d30211214a68346b74452e3390224 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Mar 2018 17:50:36 -0400 Subject: Makefile: Fix .git files being in $(libretools.src.exec) --- build-aux/Makefile.once.head/00-libretools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/Makefile.once.head/00-libretools.mk') diff --git a/build-aux/Makefile.once.head/00-libretools.mk b/build-aux/Makefile.once.head/00-libretools.mk index 832649d..f3462d5 100644 --- a/build-aux/Makefile.once.head/00-libretools.mk +++ b/build-aux/Makefile.once.head/00-libretools.mk @@ -100,7 +100,7 @@ libretools.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 files.src.src needs to be "each". libretools.src.git = $(files.src.src) -libretools.src.exec = $(patsubst $(srcdir)/%,%,$(shell find $(addprefix $(srcdir)/,$(libretools.src.git)) -executable 2>/dev/null)) +libretools.src.exec = $(patsubst $(srcdir)/%,%,$(shell find $(addprefix $(srcdir)/,$(libretools.src.git)) -maxdepth 0 -executable -type f 2>/dev/null)) libretools.src.conf = $(filter %.conf,$(libretools.src.git)) libretools.src.sh = $(filter %.sh ,$(libretools.src.git)) libretools.src.ronn = $(filter %.ronn,$(libretools.src.git)) -- cgit v1.2.2