hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=179285e83bf72abad560db95622b3aa5a57aea2c
commit 179285e83bf72abad560db95622b3aa5a57aea2c Author: Hermet Park <[email protected]> Date: Wed Jul 27 21:39:36 2016 +0900 makefile: fixed script indent. --- data/templates/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am index 85ae804..7324aa7 100644 --- a/data/templates/Makefile.am +++ b/data/templates/Makefile.am @@ -61,7 +61,7 @@ Basic.edj: Makefile Basic.edc $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/Basic.edc $(builddir)/Basic.edj CustomButton.edj: Makefile CustomButton.edc - $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/CustomButton.edc $(builddir)/CustomButton.edj + $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/CustomButton.edc $(builddir)/CustomButton.edj Empty.edj: Makefile Empty.edc $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/Empty.edc $(builddir)/Empty.edj @@ -70,10 +70,10 @@ Map.edj: Makefile Map.edc $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/Map.edc $(builddir)/Map.edj MobileLayout.edj: Makefile MobileLayout.edc - $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/MobileLayout.edc $(builddir)/MobileLayout.edj + $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/MobileLayout.edc $(builddir)/MobileLayout.edj MouseEvent.edj: Makefile MouseEvent.edc - $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/MouseEvent.edc $(builddir)/MouseEvent.edj + $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/MouseEvent.edc $(builddir)/MouseEvent.edj Textblock.edj: Makefile Textblock.edc $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/Textblock.edc $(builddir)/Textblock.edj --
