summaryrefslogtreecommitdiff
path: root/Makefile.cfg
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-20 14:55:33 +0000
committerJim Meyering <jim@meyering.net>2003-03-20 14:55:33 +0000
commitffde892348e21713121e6343862238a06c7a89c5 (patch)
tree940ae8ec1cb1c9c1f612d42fd196b7db49e055f2 /Makefile.cfg
parentb1b0860f205846c940a11e9e7b0ac96c43e8f793 (diff)
downloadcoreutils-ffde892348e21713121e6343862238a06c7a89c5.tar.xz
fix typo
Diffstat (limited to 'Makefile.cfg')
-rw-r--r--Makefile.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
index 1257140a9..ae48ceb19 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -6,7 +6,7 @@
gnu_ftp_host-alpha = alpha
gnu_ftp_host-beta = alpha
gnu_ftp_host-major = ftp
-gnu_rel_host = gnu_ftp_host-$(RELEASE_TYPE)
+gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
url_dir_list = \
ftp://$(gnu_rel_host).gnu.org/gnu/coreutils \