q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0d1c1d5ad6e6e7f60512677bb80b74efb05973b6

commit 0d1c1d5ad6e6e7f60512677bb80b74efb05973b6
Author: JinsolPark <jin_sol.p...@samsung.com>
Date:   Mon Nov 30 10:37:10 2015 +0000

    eolian: fix eo makefile example of --eo option.
    
    Summary: eolian: fix eo makefile example of --eo option.
    
    Reviewers: cedric, q66
    
    Reviewed By: q66
    
    Subscribers: jpeg, q66
    
    Differential Revision: https://phab.enlightenment.org/D3389
---
 src/examples/eolian_cxx/Makefile.examples | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/examples/eolian_cxx/Makefile.examples 
b/src/examples/eolian_cxx/Makefile.examples
index 7577932..d3a29a3 100644
--- a/src/examples/eolian_cxx/Makefile.examples
+++ b/src/examples/eolian_cxx/Makefile.examples
@@ -28,10 +28,10 @@ all: $(OBJS) examples
 codegen:
        $(EOLIAN_CXX) $(EOLIAN_FLAGS) -I./colourable.eo -o colourable.eo.hh
        $(EOLIAN_CXX) $(EOLIAN_FLAGS) -I./colourablesquare.eo -o 
colourablesquare.eo.hh
-       $(EOLIAN_GEN) --eo --legacy $(EOLIAN_FLAGS) --gc -o colourable.eo.c 
colourable.eo
-       $(EOLIAN_GEN) --eo --legacy $(EOLIAN_FLAGS) --gc -o 
colourablesquare.eo.c colourablesquare.eo
-       $(EOLIAN_GEN) --eo $(EOLIAN_FLAGS) --gh -o colourable.eo.h colourable.eo
-       $(EOLIAN_GEN) --eo $(EOLIAN_FLAGS) --gh -o colourablesquare.eo.h 
colourablesquare.eo
+       $(EOLIAN_GEN) --legacy $(EOLIAN_FLAGS) --gc -o colourable.eo.c 
colourable.eo
+       $(EOLIAN_GEN) --legacy $(EOLIAN_FLAGS) --gc -o colourablesquare.eo.c 
colourablesquare.eo
+       $(EOLIAN_GEN) $(EOLIAN_FLAGS) --gh -o colourable.eo.h colourable.eo
+       $(EOLIAN_GEN) $(EOLIAN_FLAGS) --gh -o colourablesquare.eo.h 
colourablesquare.eo
 
 $(OBJS): codegen
        $(CC) -c colourable.c $(COMMON_FLAGS)

-- 


Reply via email to