summaryrefslogtreecommitdiff
path: root/modules/blobs
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-03 00:36:34 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-03 00:36:34 -0500
commitba29df2ef0ab32313e332ce7ce4e086f29d8d07d (patch)
tree55eaa8a7fee166fc876e92e94229082b3a8d61ed /modules/blobs
parent15b67942e56de4e0068f0870f257e852cd8b7c00 (diff)
buildsystem
Diffstat (limited to 'modules/blobs')
-rw-r--r--modules/blobs/Makefile.inc.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/blobs/Makefile.inc.mk b/modules/blobs/Makefile.inc.mk
index 8fd2d6f..9f3f112 100644
--- a/modules/blobs/Makefile.inc.mk
+++ b/modules/blobs/Makefile.inc.mk
@@ -1,8 +1,8 @@
-src_files += commit.d.sh commit.f.sh commit.sh get.d.sh get.f.sh get.sh ls.sh print.sh tree.sh
-out_files += commit.d commit.f commit get.d get.f get ls print tree
+am_src_files += commit.d.sh commit.f.sh commit.sh get.d.sh get.f.sh get.sh ls.sh print.sh tree.sh
+am_out_files += commit.d commit.f commit get.d get.f get ls print tree
-src_files += _stdio.sh
-sys_files += $(pkglibexecdir)/modules/$(name)/_stdio.sh
+am_src_files += _stdio.sh
+am_sys_files += $(pkglibexecdir)/modules/$(name)/_stdio.sh
$(DESTDIR)$(pkglibexecdir)/modules/$(name)/_stdio.sh: $(srcdir)/_stdio.sh | $(DESTDIR)$(pkglibexecdir)/modules/$(name)
$(INSTALL_DATA) $< $@