1
0
mirror of https://github.com/mirror/make.git synced 2025-04-08 18:41:28 +08:00

Formerly GNUmakefile.~99~

This commit is contained in:
Roland McGrath 1993-04-16 18:41:16 +00:00
parent 681f7a3067
commit 088a491f10

View File

@ -235,7 +235,7 @@ $(alpha-dir)/%: %
define make-tar
@rm -fr make-$(version)
ln -s . make-$(version)
tar cvhf $@ $(addprefix make-$(version)/,$^)
tar cvhof $@ $(addprefix make-$(version)/,$^)
rm -f make-$(version)
endef