summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-15 01:44:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-15 01:44:18 -0500
commit5eb6e559d6665f4210be95fe46f1d0a6007dd734 (patch)
tree71fc71d5ef99fb49df2e3ab5972fce3e1d41395c /build-aux
parent6819ff36a37ceb091cb793875e6f4529c0bccc1a (diff)
mod: files: fix a misplaced paren
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Makefile.each.tail/10-files.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.each.tail/10-files.mk b/build-aux/Makefile.each.tail/10-files.mk
index 8ab187b..3bb3bc2 100644
--- a/build-aux/Makefile.each.tail/10-files.mk
+++ b/build-aux/Makefile.each.tail/10-files.mk
@@ -34,7 +34,7 @@ $(eval \
$(foreach _files.g,$(files.groups),\
$$(outdir)/$(_files.g): $$(_files.out.$(_files.g))$(at.nl))\
$(foreach _files.g,$(filter-out $(files.default),$(files.groups)),\
- $$(outdir)/install-$(_files.g): $$(_files.sys.$(_files.g)))$(at.nl))
+ $$(outdir)/install-$(_files.g): $$(_files.sys.$(_files.g))$(at.nl)))
# Destructive targets
_files.uninstall = $(_files.sys)