diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-29 17:37:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-29 17:37:41 -0400 |
commit | 37b88c702ebe46611435f528b087d82c53dfcc77 (patch) | |
tree | e36623f4e18cfa304f35debc32ae7ba8c390466c /build-aux/Makefile.each.tail/00-dist.mk | |
parent | cbe8694c76ea68d56073ffe3e74359a5db4d997a (diff) |
rename PACKAGE->dist.name VERSION->dist.version
Diffstat (limited to 'build-aux/Makefile.each.tail/00-dist.mk')
-rw-r--r-- | build-aux/Makefile.each.tail/00-dist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Makefile.each.tail/00-dist.mk b/build-aux/Makefile.each.tail/00-dist.mk index 6e6a5cb..d85ecc0 100644 --- a/build-aux/Makefile.each.tail/00-dist.mk +++ b/build-aux/Makefile.each.tail/00-dist.mk @@ -14,7 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ifeq ($(outdir),$(topoutdir)) -std.clean_files += $(addprefix $(PACKAGE)-*,$(dist.exts) .tar /) +std.clean_files += $(addprefix $(dist.name)-*,$(dist.exts) .tar /) endif -$(outdir)/dist: $(addprefix $(topoutdir)/$(PACKAGE)-$(VERSION),$(dist.exts)) +$(outdir)/dist: $(addprefix $(topoutdir)/$(dist.name)-$(dist.version),$(dist.exts)) |