summaryrefslogtreecommitdiff
path: root/old-tests
diff options
context:
space:
mode:
authorJoe Thornber <joe@fib011235813.fsnet.co.uk>2001-12-20 11:52:54 +0000
committerJoe Thornber <joe@fib011235813.fsnet.co.uk>2001-12-20 11:52:54 +0000
commita9649e92c9b814cce87f311d46dbfe86ed358f30 (patch)
tree29a94d8fd9b4d7119ca4cb0dd4654a09e3d2f3df /old-tests
parentb561f1fa8b12ab238e3b910b4aaf158f73421b68 (diff)
downloadlvm2-a9649e92c9b814cce87f311d46dbfe86ed358f30.tar.gz
o sync backup changes
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/mm/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
index fc1e06ca3..e8d4b9e85 100644
--- a/old-tests/mm/Makefile.in
+++ b/old-tests/mm/Makefile.in
@@ -16,5 +16,9 @@ TARGETS=dbg_malloc_t
include ../../make.tmpl
dbg_malloc_t: dbg_malloc_t.o
- $(CC) -o dbg_malloc_t dbg_malloc_t.o -L$(top_srcdir)/lib -llvm
+ $(CC) $(CFLAGS) -o dbg_malloc_t dbg_malloc_t.o \
+ -L$(top_srcdir)/lib -llvm
+
+pool_t: pool_t.o
+ $(CC) $(CFLAGS) -o pool_t pool_t.o -L$(top_srcdir)/lib -llvm