From ffde892348e21713121e6343862238a06c7a89c5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Mar 2003 14:55:33 +0000 Subject: [PATCH] fix typo --- Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.cfg b/Makefile.cfg index 1257140a98..ae48ceb19d 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 \ -- 2.47.3