diff options
author | Roland McGrath <roland@redhat.com> | 1993-03-10 22:56:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-03-10 22:56:43 +0000 |
commit | e7b737dc5ecee6f6b3ad7d82fa5244ea814fddfc (patch) | |
tree | 3f423c74ddd9857e5f488ce9b6a7ba010f382d02 | |
parent | 1a56335cbf0bb5a35b3f41cb16d9dba011fb87da (diff) | |
download | gunmake-e7b737dc5ecee6f6b3ad7d82fa5244ea814fddfc.tar.gz |
Formerly GNUmakefile.~94~
-rw-r--r-- | GNUmakefile | 2 |
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 |