eolian: fix build after removal of --eo option.

This commit is contained in:
Cedric BAIL 2015-11-15 22:56:15 +01:00
parent 2a7d4d62db
commit 6748b047f5
1 changed files with 2 additions and 2 deletions

View File

@ -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)