1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 12:12:12 +00:00

Check for SIMH V3 in two places.

The current version moves to "archive" when a new version comes out.
This commit is contained in:
Lars Brinkhoff
2024-04-08 12:40:18 +02:00
parent a9cdd4f426
commit 7b077f3b41

View File

@@ -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