From 1bfd0ea929d728d009263da0b6d0118c3fdd64d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=98=95?= <huangxin@cmhi.chinamobile.com>
Date: Mon, 9 Sep 2019 09:24:38 +0800
Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E4=BF=AE=E6=AD=A3Makefile?=
 =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=AE=89=E8=A3=85=E5=92=8C=E6=B8=85=E7=90=86?=
 =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=20RCA=EF=BC=9Aendif=E4=B8=8D?=
 =?UTF-8?q?=E6=AD=A3=E5=B8=B8=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA?=
 =?UTF-8?q?=EF=BC=9Ahuangxin=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Ahuangxi?=
 =?UTF-8?q?n?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e0da421a3..ee27211ec 100755
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ else ifeq ($(OPT), clean)
 #
 else
 $(shell chmod +x ./build_env.sh && ./build_env.sh)
+endif
 
 ifeq ($(OPT), clean)
 #
@@ -270,4 +271,4 @@ else
 	$(MLOG)make all $(MAKE_FLAGS) -C Platform/build -f user.rpdb.Makefile MLOG=$(MLOG) DISABLE_WARRING=$(DIS_BUILD_WARRING) MAKE_TARGET=rpdb
 	$(MLOG)make all $(MAKE_FLAGS) -C Platform/build -f module.rpdb.Makefile MLOG=$(MLOG) DISABLE_WARRING=$(DIS_BUILD_WARRING) MAKE_TARGET=rpdb
 endif
-endif
+