summaryrefslogtreecommitdiff
path: root/old-tests
diff options
context:
space:
mode:
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