From 6c42801bac1343629ded606e6960bb656ec86ff8 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 3 Jan 2018 06:21:08 +0100 Subject: [PATCH] build: commit also changes in Evil's Makefile.am --- src/Makefile_Evil.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am index 39baaef671..6ec4b5113c 100644 --- a/src/Makefile_Evil.am +++ b/src/Makefile_Evil.am @@ -86,7 +86,6 @@ bin/evil/evil_test_dlfcn.c \ bin/evil/evil_test_environment.c \ bin/evil/evil_test_gettimeofday.c \ bin/evil/evil_test_link.c \ -bin/evil/evil_test_memcpy.c \ bin/evil/evil_test_mkstemp.c \ bin/evil/evil_test_pipe.c \ bin/evil/evil_test_print.c \ @@ -97,16 +96,12 @@ bin/evil/evil_test_dlfcn.h \ bin/evil/evil_test_environment.h \ bin/evil/evil_test_gettimeofday.h \ bin/evil/evil_test_link.h \ -bin/evil/evil_test_memcpy.h \ bin/evil/evil_test_mkstemp.h \ bin/evil/evil_test_pipe.h \ bin/evil/evil_test_print.h \ bin/evil/evil_test_realpath.h \ bin/evil/evil_test_util.h - -#suite_SOURCES += bin/evil/memcpy_glibc_i686.S # see EXTRA_DIST2 below! - bin_evil_evil_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EVIL_CFLAGS@ bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ -lm bin_evil_evil_suite_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@ @@ -149,5 +144,4 @@ EXTRA_DIST2 += \ lib/evil/regex/regerror.ih \ lib/evil/regex/engine.ih \ lib/evil/regex/regcomp.ih \ -lib/evil/regex/engine.c \ -bin/evil/memcpy_glibc_i686.S +lib/evil/regex/engine.c