# HG changeset patch # User Matti Hamalainen # Date 1691047976 -10800 # Node ID 6e8e797c751fae1067eeffab354ba4db086f5a97 # Parent d4f5f1000acbbad2046a3ff67cd09c23eb10c09e Fix BATMAP_URL reference. diff -r d4f5f1000acb -r 6e8e797c751f world/Makefile --- 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