1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 19:32:10 +02:00

(real_dir): Remove unused variable.

This commit is contained in:
Jim Meyering
2001-12-17 09:01:08 +00:00
parent d63b8caa5c
commit a580a5e647

View File

@@ -177,10 +177,6 @@ my-distcheck: local-check
echo "$(distdir).tar.gz is ready for distribution"; \
echo "========================"
# This must be the same name on both hosts.
# Make it a symlink that points to the right place.
real_dir = fetish-ftp
url_dir_list = $(foreach x,$(hosts),ftp://$($(x)_host)/$($(x)_url_dir))
tgz-md5 = $(shell md5sum < $(my_distdir).tar.gz|sed 's/ -//')