mirror of
https://github.com/mirror/make.git
synced 2025-01-06 02:10:35 +08:00
Formerly GNUmakefile.~94~
This commit is contained in:
parent
1a56335cbf
commit
e7b737dc5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user