diff options
author | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-07-02 18:24:58 +0000 |
---|---|---|
committer | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-07-02 18:24:58 +0000 |
commit | 5d8a2305d6a8e4715a12be4c4a2d8869866884b1 (patch) | |
tree | 789de91161ef076c5255008613c064c16331bb37 /cachegrind | |
parent | 94260f2774fa5a518a371344d27b7facccbc1155 (diff) |
Don't need a foo_SOURCES line if the program has only a single source file
named foo.c.
Now again using the right flags for building fpu_lazy_eflags.c, too.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4086 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r-- | cachegrind/tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cachegrind/tests/Makefile.am b/cachegrind/tests/Makefile.am index f54a5887..58e62163 100644 --- a/cachegrind/tests/Makefile.am +++ b/cachegrind/tests/Makefile.am @@ -13,8 +13,6 @@ check_PROGRAMS = \ AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g # C ones -chdir_SOURCES = chdir.c -dlclose_SOURCES = dlclose.c dlclose_LDADD = -ldl myprint_so_SOURCES = myprint.c myprint_so_LDFLAGS = -shared -fPIC |