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:
3
Makefile
3
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
|
||||
|
||||
Reference in New Issue
Block a user