summaryrefslogtreecommitdiff
path: root/lib/am/distdir.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/am/distdir.am')
-rw-r--r--lib/am/distdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index 3fe53f3ff..e4b1d5ca3 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -349,9 +349,9 @@ dist-tarZ: distdir
?SHAR?DIST_ARCHIVES += $(distdir).shar.gz
.PHONY: dist-shar
dist-shar: distdir
- @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)