1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o forgot to add this before

This commit is contained in:
Joe Thornber 2001-10-04 10:25:34 +00:00
parent e6efb2b0bd
commit fa7e9d6177

20
old-tests/mm/Makefile.in Normal file
View File

@ -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