From a580a5e647d0253dfb10fa9f854e9db9d22d147f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Dec 2001 09:01:08 +0000 Subject: [PATCH] (real_dir): Remove unused variable. --- Makefile.maint | 4 ---- 1 file changed, 4 deletions(-) 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/ -//') -- 2.47.3