From d33562f49a91747e1683b7ac59e03bd3fdd90f93 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 18 Jul 2013 13:53:23 +0100 Subject: [PATCH] Revert "evil: Fix parallel make by setting internal dependencies." This reverts commit 0f0165e253558eed5d8817e21908a5aaa2016304. 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. --- src/Makefile_Evil.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am index d55764ab77..af8512b852 100644 --- a/src/Makefile_Evil.am +++ b/src/Makefile_Evil.am @@ -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 += \