Skip to content

Commit

Permalink
Check for SIMH V3 in two places.
Browse files Browse the repository at this point in the history
The current version moves to "archive" when a new version comes out.
  • Loading branch information
larsbrinkhoff committed Apr 8, 2024
1 parent 70aa092 commit db3b0fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif
endif

IMAGES=http://hactrn.kostersitz.com/images
SIMHV3_URL=http://simh.trailing-edge.com

include conf/network

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit db3b0fc

Please sign in to comment.