build: remove incorrect use of DEPENDENCIES for non-library file

if this is ever evaluated then it will trigger a build failure since it
is not a rule in this makefile which can ever be run

fix T6828

Differential Revision: https://phab.enlightenment.org/D6838
This commit is contained in:
Mike Blumenkrantz 2018-08-15 08:38:19 -04:00 committed by Stefan Schmidt
parent 31a625cb7d
commit df09336286
1 changed files with 2 additions and 2 deletions

View File

@ -1576,7 +1576,7 @@ tests_elementary_elm_suite_CPPFLAGS = \
@ELEMENTARY_CFLAGS@
tests_elementary_elm_suite_LDADD = @CHECK_LIBS@ @USE_ELEMENTARY_LIBS@
tests_elementary_elm_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@ $(top_builddir)/data/elementary/objects/test.edj
tests_elementary_elm_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
tests_elementary_efl_ui_suite_SOURCES = \
tests/elementary/efl_ui_suite.c
@ -1595,7 +1595,7 @@ tests_elementary_efl_ui_suite_CPPFLAGS = \
@ELEMENTARY_CFLAGS@
tests_elementary_efl_ui_suite_LDADD = @CHECK_LIBS@ @USE_ELEMENTARY_LIBS@
tests_elementary_efl_ui_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@ $(top_builddir)/data/elementary/objects/test.edj
tests_elementary_efl_ui_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
endif
if HAVE_LUA_BINDINGS