From 38bb360f2db97def03fd6ef788fcdaa4284fca43 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Fri, 28 Jun 2013 01:53:12 -0400 Subject: [PATCH] link ev_replay to emu dir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5210abb9..3ee5ecff6 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ bootstrapemu: test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./) test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history) test -e $(EMU_DIR)/$(MO_DIR) || (cd $(EMU_DIR) && ln -s ../$(MO_DIR) ./) + test -e $(EMU_DIR)/ev_replay.py || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/ev_replay.py ./) customupdate: all # ensure that the binaries were built for ARM