changeset 2517:6e8e797c751f

Fix BATMAP_URL reference.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 10:32:56 +0300
parents d4f5f1000acb
children 6e6828089bb8
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Wed Aug 02 16:18:06 2023 +0300
+++ b/world/Makefile	Thu Aug 03 10:32:56 2023 +0300
@@ -115,7 +115,7 @@
 	@diff -ubB $(patsubst %.map,%.loc,$<) $(patsubst %.map,%.nloc,$<) | patch
 # Fetch raw ASCII maps from bat.org to *.new
 fetch:
-	@for AMAP in $(CONT_MAPS); do echo "Fetching $${AMAP}.new"; $(HTTPGET) "$${AMAP}.new" "$(BATMAPURL)$${AMAP}.txt"; done
+	@for AMAP in $(CONT_MAPS); do echo "Fetching $${AMAP}.new"; $(HTTPGET) "$${AMAP}.new" "$(BATMAP_URL)$${AMAP}.txt"; done
 
 
 # Remove all temporary .diff files