diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-04 21:11:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-04 21:11:50 +0000 |
commit | d325a6bac29757b9d2e303c346c9fb1167d977c8 (patch) | |
tree | 8446f9c5281464d533e95043a8c8258d9139d1e6 | |
parent | 721691651fe8a21b355976a8d29be1f460a1cfea (diff) | |
download | coreutils-d325a6bac29757b9d2e303c346c9fb1167d977c8.tar.xz |
(alpha): Use $(PACKAGE)-$(VERSION), not $(distdir),
since the latter now has a `$(top_distdir)/' prefix.
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 0c385b481..85783167e 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -173,7 +173,7 @@ endef alpha: writable-files po-check $(MAKE) cvs-dist - $(MAKE) -s announcement > /tmp/announce-$(distdir) + $(MAKE) -s announcement > /tmp/announce-$(PACKAGE)-$(VERSION) ln $(distdir).tar.gz ../release chmod a-w $(distdir).tar.gz cd $(release-archive-dir) \ |