Eolian: fix dependency for .eo.c/h files.

When Eolian generator is updated, the .eo.c/h files of Elementary must be
regenerated.
This commit is contained in:
Daniel Zaoui 2014-03-19 08:34:16 +02:00
parent 966227a602
commit b518a649bb
1 changed files with 1 additions and 6 deletions

View File

@ -1,10 +1,5 @@
if HAVE_EOLIAN_GEN
EOLIAN_GEN = @eolian_gen@
_EOLIAN_GEN_DEP =
else
EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
_EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT}
endif
_EOLIAN_GEN_DEP = @eolian_gen@
AM_V_EOL = $(am__v_EOL_@AM_V@)
am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@)