autotools: fix build after hungry rebase.

This commit is contained in:
Cedric BAIL 2016-04-14 17:05:35 -07:00
parent fb759c7b90
commit d162a5e6e1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ EOLIAN_GEN = @eolian_gen@
_EOLIAN_GEN_DEP = @eolian_gen@
else
EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
_EOLIAN_GEN_DEP = $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
_EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT}
endif
include $(top_srcdir)/src/Makefile_Eolian_Files_Helper.am