Eolian helper: Depend on eolian_gen when building externally as well.

This means that eolian files will be regenerated when the generator is
updated.
This commit is contained in:
Tom Hacohen 2014-03-19 09:40:44 +00:00
parent d5256d442d
commit 6a66af39cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
if HAVE_EOLIAN_GEN
EOLIAN_GEN = @eolian_gen@
_EOLIAN_GEN_DEP =
_EOLIAN_GEN_DEP = @eolian_gen@
else
EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
_EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT}