Revert "evil: Fix parallel make by setting internal dependencies."

This reverts commit 0f0165e253.

Reverting my whole try to make the mingw build work with make -j6
on jenkins.

People told me that other people said that parallel build was
already working fine. Thats not what I see, but I could not care
less. If some folks leave the community but still want to preserve
ownership about specific parts I'm not in the mood for any such
politics.
This commit is contained in:
Stefan Schmidt 2013-07-18 13:53:23 +01:00
parent 0e54680072
commit d33562f49a
1 changed files with 0 additions and 3 deletions

View File

@ -114,7 +114,6 @@ lib_evil_libdl_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
lib_evil_libdl_la_LIBADD = \
@USE_EVIL_LIBS@ \
@EVIL_DLFCN_LIBS@
lib_evil_libdl_la_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
lib_evil_libdl_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
### Binary
@ -153,11 +152,9 @@ endif
bin_evil_evil_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EVIL_CFLAGS@
bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ -lm
bin_evil_evil_suite_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
bin_evil_test_evil_SOURCES = bin/evil/test_evil.c
bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@
bin_evil_test_evil_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
endif
EXTRA_DIST += \