From: Roland McGrath Date: Wed, 2 Jun 1993 21:09:00 +0000 (+0000) Subject: Formerly GNUmakefile.~103~ X-Git-Tag: 3.70.2~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14f2b39dff8c4157fd18fb64989b23eed8ad73c6;p=thirdparty%2Fmake.git Formerly GNUmakefile.~103~ --- diff --git a/GNUmakefile b/GNUmakefile index 76ccf1dc..9410d413 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -200,7 +200,7 @@ version := \ $(strip $(shell sed -e '/=/!d' -e 's/^.*"\(.*\)";$$/\1/' < version.c)) tarfiles := make make-doc tarfiles := $(addsuffix -$(version).tar,$(tarfiles)) -tarfiles := $(tarfiles:%=%.z) # no more compress $(tarfiles:%=%.Z) +tarfiles := $(tarfiles:%=%.gz) # 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 @@ -237,7 +237,7 @@ rm -f make-$(version) endef %.Z: %; compress -c $< > $@ -%.z: %; gzip -9 -c $< > $@ +%.gz: %; gzip -9 -c -v $< > $@ make-doc-$(version).tar: README-doc COPYING make.dvi make.info make.info* $(make-tar)