From: Jim Meyering Date: Mon, 17 Dec 2001 09:01:08 +0000 (+0000) Subject: (real_dir): Remove unused variable. X-Git-Tag: FILEUTILS-4_1_5~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a580a5e647d0253dfb10fa9f854e9db9d22d147f;p=thirdparty%2Fcoreutils.git (real_dir): Remove unused variable. --- diff --git a/Makefile.maint b/Makefile.maint index a843d66afe..c876c0a8e1 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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/ -//')