From 1b08f69e3fc00dc345c95fc608d2477d238e42f4 Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Mon, 19 Dec 2011 16:35:22 +0900 Subject: [PATCH] [Title] remove DEBUGCH when install [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/Makefile.in b/tizen/src/Makefile.in index 18487ab..8eb4d86 100644 --- a/tizen/src/Makefile.in +++ b/tizen/src/Makefile.in @@ -235,7 +235,7 @@ endif cp -a $(VTM) $(PHONE_DIR)/bin cp -a vtm.glade $(PHONE_DIR)/etc cp -a config_x86.ini $(PHONE_DIR)/x86/VMs/default/config.ini - cp -a DEBUGCH $(PHONE_DIR)/etc +# cp -a DEBUGCH $(PHONE_DIR)/etc # install gps.glade $(PHONE_DIR) %/__dir_clean__: dummy -- 2.7.4