mirror of
https://github.com/PDP-10/its.git
synced 2026-05-05 23:54:18 +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
|
endif
|
||||||
|
|
||||||
IMAGES=http://hactrn.kostersitz.com/images
|
IMAGES=http://hactrn.kostersitz.com/images
|
||||||
|
SIMHV3_URL=http://simh.trailing-edge.com/sources
|
||||||
|
|
||||||
include conf/network
|
include conf/network
|
||||||
|
|
||||||
@@ -372,7 +373,7 @@ tools/simhv3: simhv312-4.zip
|
|||||||
mv sim $@
|
mv sim $@
|
||||||
|
|
||||||
simhv312-4.zip:
|
simhv312-4.zip:
|
||||||
$(WGET) http://simh.trailing-edge.com/sources/$@
|
$(WGET) $(SIMHV3_URL)/$@ || $(WGET) $(SIMHV3_URL)/archive/$@
|
||||||
|
|
||||||
$(ITSTAR):
|
$(ITSTAR):
|
||||||
$(MAKE) -C tools/itstar
|
$(MAKE) -C tools/itstar
|
||||||
|
|||||||
Reference in New Issue
Block a user