]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~94~
authorRoland McGrath <roland@redhat.com>
Wed, 10 Mar 1993 22:56:43 +0000 (22:56 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 10 Mar 1993 22:56:43 +0000 (22:56 +0000)
GNUmakefile

index 2fd1221901cf01db5184d1b44ccc96eadcf461cb..0b332719ab696ecdefee5c51a8f9ea4f7afd2ed8 100644 (file)
@@ -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