From 097eb7b6fc8bb787dd06ac344cbaf9f925af7eef Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 12 Jul 2018 11:43:43 -0700 Subject: [PATCH] makefile: Add proper dependence on BuildROMs to 3b2 build rules --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 47c84e87..99000565 100644 --- a/makefile +++ b/makefile @@ -2148,7 +2148,7 @@ ${BIN}b5500${EXE} : ${B5500} ${SIM} ${MKDIRBIN} ${CC} ${B5500} ${SIM} ${B5500_OPT} $(CC_OUTSPEC) ${LDFLAGS} -3b2 : $(BIN)3b2$(EXE) +3b2 : ${BIN}BuildROMs${EXE} $(BIN)3b2$(EXE) ${BIN}3b2${EXE} : ${ATT3B2} ${SIM} ${BUILD_ROMS} ${MKDIRBIN}