summaryrefslogtreecommitdiffstats
path: root/old-tests
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-06-15 17:25:07 +0000
committerAlasdair Kergon <agk@redhat.com>2004-06-15 17:25:07 +0000
commitb7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34 (patch)
treeafd45b26a68c7d56e7d204441dfcb5af0a8725b3 /old-tests
parent1a9ea74d2d134a52cf7a89ca118ee11f7106e10b (diff)
downloadlvm2-b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34.tar.gz
lvm2-b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34.tar.xz
lvm2-b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34.zip
tidy relative paths in makefile includes
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/device/Makefile.in2
-rw-r--r--old-tests/filters/Makefile.in2
-rw-r--r--old-tests/format1/Makefile.in2
-rw-r--r--old-tests/mm/Makefile.in2
-rw-r--r--old-tests/regex/Makefile.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/old-tests/device/Makefile.in b/old-tests/device/Makefile.in
index 9263efab..85b73bf7 100644
--- a/old-tests/device/Makefile.in
+++ b/old-tests/device/Makefile.in
@@ -21,7 +21,7 @@ SOURCES=\
TARGETS=dev_cache_t
-include ../../make.tmpl
+include $(top_srcdir)/make.tmpl
dev_cache_t: dev_cache_t.o $(top_srcdir)/lib/liblvm.a
$(CC) -o dev_cache_t dev_cache_t.o -L$(top_srcdir)/lib -llvm
diff --git a/old-tests/filters/Makefile.in b/old-tests/filters/Makefile.in
index ccd67bbc..7beb73a6 100644
--- a/old-tests/filters/Makefile.in
+++ b/old-tests/filters/Makefile.in
@@ -24,7 +24,7 @@ TARGETS=\
rfilter_t \
pfilter_t
-include ../../make.tmpl
+include $(top_srcdir)/make.tmpl
rfilter_t: rfilter_t.o $(top_srcdir)/lib/liblvm.a
$(CC) -o rfilter_t rfilter_t.o -L$(top_srcdir)/lib -llvm
diff --git a/old-tests/format1/Makefile.in b/old-tests/format1/Makefile.in
index f2c9bcd8..5661555b 100644
--- a/old-tests/format1/Makefile.in
+++ b/old-tests/format1/Makefile.in
@@ -31,7 +31,7 @@ TARGETS=\
read_pv_t \
get_vgs_t
-include ../../make.tmpl
+include $(top_srcdir)/make.tmpl
read_vg_t: read_vg_t.o pretty_print.o $(top_srcdir)/lib/liblvm.a
$(CC) -o read_vg_t read_vg_t.o pretty_print.o -L$(top_srcdir)/lib -llvm
diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
index b3957109..6dbdad7f 100644
--- a/old-tests/mm/Makefile.in
+++ b/old-tests/mm/Makefile.in
@@ -21,7 +21,7 @@ SOURCES=\
TARGETS=dbg_malloc_t
-include ../../make.tmpl
+include $(top_srcdir)/make.tmpl
dbg_malloc_t: dbg_malloc_t.o
$(CC) $(CFLAGS) -o dbg_malloc_t dbg_malloc_t.o \
diff --git a/old-tests/regex/Makefile.in b/old-tests/regex/Makefile.in
index 83bd739c..859ad0ea 100644
--- a/old-tests/regex/Makefile.in
+++ b/old-tests/regex/Makefile.in
@@ -24,7 +24,7 @@ TARGETS=\
parse_t \
matcher_t
-include ../../make.tmpl
+include $(top_srcdir)/make.tmpl
parse_t: parse_t.o $(top_srcdir)/lib/liblvm.a
$(CC) -o parse_t parse_t.o -L$(top_srcdir)/lib -llvm