diff options
author | Daniel Zaoui <daniel.zaoui@samsung.com> | 2014-03-19 08:34:16 +0200 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@samsung.com> | 2014-03-19 08:34:16 +0200 |
commit | e9388ec92f578d7f0f745f7ecc7261bdafcf8e46 (patch) | |
tree | 33a25c75d568152e180f446a2a5827d765910657 /Makefile_Eolian_Helper.am | |
parent | 21424b4e824beab7bffe0c77796502725a01e355 (diff) |
Eolian: fix dependency for .eo.c/h files.
When Eolian generator is updated, the .eo.c/h files of Elementary must be
regenerated.
Diffstat (limited to 'Makefile_Eolian_Helper.am')
-rw-r--r-- | Makefile_Eolian_Helper.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile_Eolian_Helper.am b/Makefile_Eolian_Helper.am index 6106379c1..a72709650 100644 --- a/Makefile_Eolian_Helper.am +++ b/Makefile_Eolian_Helper.am | |||
@@ -1,10 +1,5 @@ | |||
1 | if HAVE_EOLIAN_GEN | ||
2 | EOLIAN_GEN = @eolian_gen@ | 1 | EOLIAN_GEN = @eolian_gen@ |
3 | _EOLIAN_GEN_DEP = | 2 | _EOLIAN_GEN_DEP = @eolian_gen@ |
4 | else | ||
5 | EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT} | ||
6 | _EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT} | ||
7 | endif | ||
8 | 3 | ||
9 | AM_V_EOL = $(am__v_EOL_@AM_V@) | 4 | AM_V_EOL = $(am__v_EOL_@AM_V@) |
10 | am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@) | 5 | am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@) |