]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo
authorJim Meyering <jim@meyering.net>
Thu, 20 Mar 2003 14:55:33 +0000 (14:55 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Mar 2003 14:55:33 +0000 (14:55 +0000)
Makefile.cfg

index 1257140a987b495e29dae04d3a3f0a4bdf9719e9..ae48ceb19d6135d725abd89518f258255a7d87e4 100644 (file)
@@ -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 \