From: Roland McGrath Date: Wed, 10 Mar 1993 22:56:43 +0000 (+0000) Subject: Formerly GNUmakefile.~94~ X-Git-Tag: 3.70.2~354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7b737dc5ecee6f6b3ad7d82fa5244ea814fddfc;p=thirdparty%2Fmake.git Formerly GNUmakefile.~94~ --- diff --git a/GNUmakefile b/GNUmakefile index 2fd12219..0b332719 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