summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.each.tail/00-dist.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-29 16:05:16 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-29 16:05:16 -0400
commitc6f86ae29276c84ccd5ba4dd55f83b911a1afd54 (patch)
tree242abb6f74a7bd00e380c9f17a68790da2a7566f /build-aux/Makefile.each.tail/00-dist.mk
parent0ec5e5d0bcc0026ae09f21d5deb7256a38916076 (diff)
work on things
Diffstat (limited to 'build-aux/Makefile.each.tail/00-dist.mk')
-rw-r--r--build-aux/Makefile.each.tail/00-dist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.each.tail/00-dist.mk b/build-aux/Makefile.each.tail/00-dist.mk
index 042af23cb4..1ab75680bc 100644
--- a/build-aux/Makefile.each.tail/00-dist.mk
+++ b/build-aux/Makefile.each.tail/00-dist.mk
@@ -14,5 +14,5 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
ifeq ($(outdir),$(topoutdir))
-$(_am)clean_files += $(addprefix $(PACKAGE)-*,$($(_am)distexts) /)
+std.clean_files += $(addprefix $(PACKAGE)-*,$(dist.exts) /)
endif