mirror of
https://github.com/simh/simh.git
synced 2026-02-26 08:44:38 +00:00
makefile: Add missing BUILD_ROMS dependency for the pdp11 simulator
This commit is contained in:
2
makefile
2
makefile
@@ -2274,7 +2274,7 @@ endif
|
|||||||
|
|
||||||
pdp11 : ${BIN}pdp11${EXE}
|
pdp11 : ${BIN}pdp11${EXE}
|
||||||
|
|
||||||
${BIN}pdp11${EXE} : ${PDP11} ${SIM}
|
${BIN}pdp11${EXE} : ${PDP11} ${SIM} ${BUILD_ROMS}
|
||||||
${MKDIRBIN}
|
${MKDIRBIN}
|
||||||
${CC} ${PDP11} ${SIM} ${PDP11_OPT} ${CC_OUTSPEC} ${LDFLAGS}
|
${CC} ${PDP11} ${SIM} ${PDP11_OPT} ${CC_OUTSPEC} ${LDFLAGS}
|
||||||
ifneq (,$(call find_test,${PDP11D},pdp11))
|
ifneq (,$(call find_test,${PDP11D},pdp11))
|
||||||
|
|||||||
Reference in New Issue
Block a user