]> sourceware.org Git - lvm2.git/commitdiff
o forgot to add this before
authorJoe Thornber <thornber@redhat.com>
Thu, 4 Oct 2001 10:25:34 +0000 (10:25 +0000)
committerJoe Thornber <thornber@redhat.com>
Thu, 4 Oct 2001 10:25:34 +0000 (10:25 +0000)
old-tests/mm/Makefile.in [new file with mode: 0644]

diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
new file mode 100644 (file)
index 0000000..ac6d8f0
--- /dev/null
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2001 Sistina Software (UK) Limited
+#
+# This file is released under the GPL.
+#
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
+SOURCES=\
+       ./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
+
This page took 0.033035 seconds and 5 git commands to generate.