]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Minor Makefile.am fix (doesn't actually change behaviour, because automake's
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Jul 2004 16:11:00 +0000 (16:11 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Jul 2004 16:11:00 +0000 (16:11 +0000)
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

none/tests/Makefile.am

index e12007d7a1c879212923f58fdc779c5e7770d50f..b929d83942b14762775ccafad96e5e89b186a4c2 100644 (file)
@@ -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