summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-03-10 22:56:43 +0000
committerRoland McGrath <roland@redhat.com>1993-03-10 22:56:43 +0000
commite7b737dc5ecee6f6b3ad7d82fa5244ea814fddfc (patch)
tree3f423c74ddd9857e5f488ce9b6a7ba010f382d02 /GNUmakefile
parent1a56335cbf0bb5a35b3f41cb16d9dba011fb87da (diff)
downloadgunmake-e7b737dc5ecee6f6b3ad7d82fa5244ea814fddfc.tar.gz
Formerly GNUmakefile.~94~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2fd1221..0b33271 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -193,7 +193,7 @@ version := \
$(strip $(shell sed -e '/=/!d' -e 's/^.*"\(.*\)";$$/\1/' < version.c))
tarfiles := make make-doc
tarfiles := $(addsuffix -$(version).tar,$(tarfiles))
-tarfiles := $(tarfiles:%=%.Z) $(tarfiles:%=%.z)
+tarfiles := $(tarfiles:%=%.z) # no more compress $(tarfiles:%=%.Z)
# Depend on default and doc so we don't ship anything that won't compile.
dist: default info dvi tests tarfiles
.PHONY: tarfiles