summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-17 09:01:08 +0000
committerJim Meyering <jim@meyering.net>2001-12-17 09:01:08 +0000
commita580a5e647d0253dfb10fa9f854e9db9d22d147f (patch)
tree9c3874e976934f3b5f75915bb3711284badc71ed /Makefile.maint
parentd63b8caa5c872e6889f65fd044694ecf48e0d944 (diff)
downloadcoreutils-a580a5e647d0253dfb10fa9f854e9db9d22d147f.tar.xz
(real_dir): Remove unused variable.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.maint b/Makefile.maint
index a843d66af..c876c0a8e 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/ -//')