summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.each.head/00-dist.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-28 18:00:39 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-28 18:00:39 -0500
commit448b71ad9d9387571e9a92f2fe4598ab5346c58c (patch)
treef0ab46636acfd76f8ca1cc8003604c4b56552d49 /build-aux/Makefile.each.head/00-dist.mk
parent84704dd28c3fbf50053afe26cfdf81539668c10a (diff)
parent36e62cbb6bdb17c318c00ee55f8049930438aa83 (diff)
Merge remote-tracking branch 'autothing/v3/master'
Diffstat (limited to 'build-aux/Makefile.each.head/00-dist.mk')
-rw-r--r--build-aux/Makefile.each.head/00-dist.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/Makefile.each.head/00-dist.mk b/build-aux/Makefile.each.head/00-dist.mk
index a094305..924d79a 100644
--- a/build-aux/Makefile.each.head/00-dist.mk
+++ b/build-aux/Makefile.each.head/00-dist.mk
@@ -13,8 +13,11 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+mod.dist.depends += files
+
ifeq ($(outdir),$(topoutdir))
-std.clean_files += $(addprefix $(dist.pkgname)-*,$(dist.exts) .tar /)
+files.out.int += $(addprefix $(dist.pkgname)-*,$(dist.exts) .tar /) .tmp.$(dist.pkgname)-*/
endif
$(outdir)/dist: $(addprefix $(topoutdir)/$(dist.pkgname)-$(dist.version),$(dist.exts))
+.PHONY: $(outdir)/dist