]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(real_dir): Remove unused variable.
authorJim Meyering <jim@meyering.net>
Mon, 17 Dec 2001 09:01:08 +0000 (09:01 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Dec 2001 09:01:08 +0000 (09:01 +0000)
Makefile.maint

index a843d66afe6a20ff9bd3a4e232546cba712221fd..c876c0a8e13577ed5956a3c3e4c9e83b1c4c34b4 100644 (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/  -//')