From 7b077f3b413ed9c70f08acb6054dcf7d005ec50e Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 8 Apr 2024 12:40:18 +0200 Subject: [PATCH] Check for SIMH V3 in two places. The current version moves to "archive" when a new version comes out. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e09166a0..8e355b0f 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ endif endif IMAGES=http://hactrn.kostersitz.com/images +SIMHV3_URL=http://simh.trailing-edge.com/sources include conf/network @@ -372,7 +373,7 @@ tools/simhv3: simhv312-4.zip mv sim $@ simhv312-4.zip: - $(WGET) http://simh.trailing-edge.com/sources/$@ + $(WGET) $(SIMHV3_URL)/$@ || $(WGET) $(SIMHV3_URL)/archive/$@ $(ITSTAR): $(MAKE) -C tools/itstar