summaryrefslogtreecommitdiffstats
path: root/old-tests/filters/Makefile.in
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/filters/Makefile.in
parent1a9ea74d2d134a52cf7a89ca118ee11f7106e10b (diff)
downloadlvm2-b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34.tar.gz
lvm2-b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34.tar.xz
lvm2-b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34.zip
tidy relative paths in makefile includes
Diffstat (limited to 'old-tests/filters/Makefile.in')
-rw-r--r--old-tests/filters/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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