projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb759c7
)
autotools: fix build after hungry rebase.
author
Cedric BAIL
<cedric@osg.samsung.com>
Fri, 15 Apr 2016 00:05:35 +0000
(17:05 -0700)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Fri, 15 Apr 2016 00:05:35 +0000
(17:05 -0700)
src/Makefile_Eolian_Helper.am
patch
|
blob
|
history
diff --git
a/src/Makefile_Eolian_Helper.am
b/src/Makefile_Eolian_Helper.am
index
6fb7db5
..
ddf09e5
100644
(file)
--- a/
src/Makefile_Eolian_Helper.am
+++ b/
src/Makefile_Eolian_Helper.am
@@
-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