summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-04 17:06:17 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-04 17:06:17 -0400
commitb8dd4cd68e0d3b09a53b602306e587cbfd4ecedf (patch)
tree29535fa4c464798729ec442a65c912fdcda571c2
parent9e6e4290fe8cc630da40f3d66420928a2305da28 (diff)
(systemd) stuff
-rw-r--r--build-aux/Makefile.tail.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.tail.mk b/build-aux/Makefile.tail.mk
index dfbad5a..b1c5045 100644
--- a/build-aux/Makefile.tail.mk
+++ b/build-aux/Makefile.tail.mk
@@ -18,7 +18,7 @@
include $(call _at.reverse,$(sort $(wildcard $(topsrcdir)/build-aux/Makefile.each.tail/*.mk)))
at.subdirs := $(patsubst ./%,%,$(addprefix $(outdir)/,$(at.subdirs)))
-at.depdirs := $(patsubst ./%,%,$(addprefix $(outdir)/,$(at.depdirs)))
+at.depdirs := $(at.depdirs)
# Move all of the dirlocal variables to their namespaced version
$(foreach v,$(at.dirlocal),$(eval $v/$(outdir) := $$($v)))