summaryrefslogtreecommitdiff
path: root/old-tests
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-10-04 12:07:29 +0000
committerAlasdair Kergon <agk@redhat.com>2001-10-04 12:07:29 +0000
commit5380bd39caacf96a6ed6f82a50350e8e46c7958a (patch)
tree6a19912a0262a585433ffddf3091d81d5cf8e68b /old-tests
parent2ee2685688b6b73a5757d3e0699bf474fc67de5c (diff)
downloadlvm2-5380bd39caacf96a6ed6f82a50350e8e46c7958a.tar.gz
makefile support for tests
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/mm/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
index ac6d8f00f..fc1e06ca3 100644
--- a/old-tests/mm/Makefile.in
+++ b/old-tests/mm/Makefile.in
@@ -9,12 +9,12 @@ top_srcdir = @top_srcdir@
VPATH = @srcdir@
SOURCES=\
- ./dbg_malloc_t.c
+ dbg_malloc_t.c
TARGETS=dbg_malloc_t
include ../../make.tmpl
dbg_malloc_t: dbg_malloc_t.o
- gcc $(CFLAGS) -o dbg_malloc_t dbg_malloc_t.o -L../../lib -llvm
+ $(CC) -o dbg_malloc_t dbg_malloc_t.o -L$(top_srcdir)/lib -llvm