diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-17 09:01:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-17 09:01:08 +0000 |
commit | a580a5e647d0253dfb10fa9f854e9db9d22d147f (patch) | |
tree | 9c3874e976934f3b5f75915bb3711284badc71ed | |
parent | d63b8caa5c872e6889f65fd044694ecf48e0d944 (diff) | |
download | coreutils-a580a5e647d0253dfb10fa9f854e9db9d22d147f.tar.xz |
(real_dir): Remove unused variable.
-rw-r--r-- | Makefile.maint | 4 |
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/ -//') |