diff options
-rw-r--r-- | Makefile.cfg | 2 |
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 \ |