From 4ccf5a57e346d35e73bdbcf0caf3a72a0ea245fb Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 3 Apr 2013 12:43:58 +0800 Subject: [PATCH] a little bit code cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0390a89d5..93bd9b3bf 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ bootstrapemu: test -e $(EMU_DIR)/koreader-base || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/koreader-base ./) test -e $(EMU_DIR)/extr || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/extr ./) test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./) - test -e $(EMU_DIR)/history || (cd $(EMU_DIR) && mkdir history) + test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history) customupdate: $(KOR_BASE)/koreader-base $(KOR_BASE)/extr # ensure that the binaries were built for ARM