diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-29 16:05:16 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-29 16:05:16 -0400 |
commit | c6f86ae29276c84ccd5ba4dd55f83b911a1afd54 (patch) | |
tree | 242abb6f74a7bd00e380c9f17a68790da2a7566f /build-aux/Makefile.once.head/00-dist.mk | |
parent | 0ec5e5d0bcc0026ae09f21d5deb7256a38916076 (diff) |
work on things
Diffstat (limited to 'build-aux/Makefile.once.head/00-dist.mk')
-rw-r--r-- | build-aux/Makefile.once.head/00-dist.mk | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/build-aux/Makefile.once.head/00-dist.mk b/build-aux/Makefile.once.head/00-dist.mk index 5be9c72552..314f7f8f44 100644 --- a/build-aux/Makefile.once.head/00-dist.mk +++ b/build-aux/Makefile.once.head/00-dist.mk @@ -1,16 +1 @@ -# Copyright (C) 2016 Luke Shumaker -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# 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/>. - -$(_am)distexts ?= .tar.gz +dist.exts ?= .tar.gz |