From: Nicholas Nethercote Date: Sat, 10 Jul 2004 16:11:00 +0000 (+0000) Subject: Minor Makefile.am fix (doesn't actually change behaviour, because automake's X-Git-Tag: svn/VALGRIND_2_1_2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e88865054feb4159032c010918c476b466a0febf;p=thirdparty%2Fvalgrind.git Minor Makefile.am fix (doesn't actually change behaviour, because automake's default rules meant 'execve' was being built anyway... but the fix at least avoids confusion). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2464 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index e12007d7a1..b929d83942 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -91,7 +91,7 @@ coolo_strlen_SOURCES = coolo_strlen.c dastest_SOURCES = dastest_c.c dastest_s.s discard_SOURCES = discard.c exec_sigmask_SOURCES = exec-sigmask.c -execve = execve.c +execve_SOURCES = execve.c fork_SOURCES = fork.c floored_SOURCES = floored.c floored_LDADD = -lm