cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6748b047f501125d5e6b46e4c4ec78314e6e9888

commit 6748b047f501125d5e6b46e4c4ec78314e6e9888
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Sun Nov 15 22:56:15 2015 +0100

    eolian: fix build after removal of --eo option.
---
 src/examples/eolian_cxx/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/examples/eolian_cxx/Makefile.am 
b/src/examples/eolian_cxx/Makefile.am
index 7842095..df73750 100644
--- a/src/examples/eolian_cxx/Makefile.am
+++ b/src/examples/eolian_cxx/Makefile.am
@@ -141,10 +141,10 @@ eolian_cxx_complex_types_01_SOURCES = 
eolian_cxx_complex_types_01.cc
        true $<
 
 %.eo.c: %.eo
-       $(AM_V_EOL)$(EOLIAN_GEN) --eo --legacy $(EOLIAN_FLAGS) --gc -o $@ $<
+       $(AM_V_EOL)$(EOLIAN_GEN) --legacy $(EOLIAN_FLAGS) --gc -o $@ $<
 
 %.eo.h: %.eo
-       $(AM_V_EOL)$(EOLIAN_GEN) --eo $(EOLIAN_FLAGS) --gh -o $@ $<
+       $(AM_V_EOL)$(EOLIAN_GEN) $(EOLIAN_FLAGS) --gh -o $@ $<
 
 examples: $(ECXX_EXAMPLE_EOS) $(GENERATED) $(EXTRA_PROGRAMS)
 

-- 


Reply via email to