autotools: fix build after hungry rebase.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 15 Apr 2016 00:05:35 +0000 (17:05 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 15 Apr 2016 00:05:35 +0000 (17:05 -0700)
src/Makefile_Eolian_Helper.am

index 6fb7db5..ddf09e5 100644 (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