[Simh] simh 3.11-0 patch: missing i1401 target

Adam Sampson ats at offog.org
Mon Nov 25 16:39:54 EST 2019


Hi Bob,

Here's a trivial patch for simh 3.10-0 and 3.11-1: the i1401 target is
missing from the makefile (so "make all" doesn't work).

--- tmp/simhv310-0/makefile	2019-11-19 07:56:40.000000000 +0000
+++ work/simhv310-0/makefile	2019-11-19 23:43:59.910844068 +0000
@@ -883,6 +883,8 @@
 	${MKDIRBIN}
 	${CC} ${H316} ${SIM} ${H316_OPT} $(CC_OUTSPEC) ${LDFLAGS}
 
+i1401 : ${BIN}i1401${EXE}
+
 ${BIN}i1401${EXE} : ${I1401} ${SIM}
 	${MKDIRBIN}
 	${CC} ${I1401} ${SIM} ${I1401_OPT} $(CC_OUTSPEC) ${LDFLAGS}

Cheers,

-- 
Adam Sampson <ats at offog.org>                         <http://offog.org/>


More information about the Simh mailing list