summaryrefslogtreecommitdiffstats
path: root/lib/cmd/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 13:20:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 13:20:36 (EDT)
commit3fdcbf96145de6df72aac9245c0758011a514eaf (patch)
tree010138db794458635b2c127e503ea206d918f7bd /lib/cmd/local.mk
parent66dcb285508923eef16a1e4cd0cc9650290f23d1 (diff)
*/local.mk, */*/local.mk: Use "%reldir%"
Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>.
Diffstat (limited to 'lib/cmd/local.mk')
-rw-r--r--lib/cmd/local.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/cmd/local.mk b/lib/cmd/local.mk
index 799ad4a..0c03a93 100644
--- a/lib/cmd/local.mk
+++ b/lib/cmd/local.mk
@@ -2,10 +2,10 @@
# lib/cmd/local.mk
pkgdatacmd_sources = \
- lib/cmd/help.sh \
- lib/cmd/version.sh \
- lib/cmd/include.sh \
- lib/cmd/process-incoming.sh \
- lib/cmd/remove.sh \
- lib/cmd/copy-suite.sh \
- lib/cmd/remove-suite.sh
+ %reldir%/help.sh \
+ %reldir%/version.sh \
+ %reldir%/include.sh \
+ %reldir%/process-incoming.sh \
+ %reldir%/remove.sh \
+ %reldir%/copy-suite.sh \
+ %reldir%/remove-suite.sh