summaryrefslogtreecommitdiffstats
path: root/old-tests/device
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:51:37 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:51:37 +0000
commit814aebc4e991a9e3015453bc36bc0756de9c47e3 (patch)
tree3642ff701af42d850a1b603a7de191d80971cb53 /old-tests/device
parentc2fa9fa909d715ce7e26c0c59478af1d3d19e412 (diff)
downloadlvm2-814aebc4e991a9e3015453bc36bc0756de9c47e3.tar.gz
lvm2-814aebc4e991a9e3015453bc36bc0756de9c47e3.tar.xz
lvm2-814aebc4e991a9e3015453bc36bc0756de9c47e3.zip
Use $(top_builddir) for inclusion of make.tmpl in Makefiles.
Diffstat (limited to 'old-tests/device')
-rw-r--r--old-tests/device/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-tests/device/Makefile.in b/old-tests/device/Makefile.in
index 4bf15a9a..5c9479e3 100644
--- a/old-tests/device/Makefile.in
+++ b/old-tests/device/Makefile.in
@@ -22,8 +22,8 @@ SOURCES=\
TARGETS=dev_cache_t
-include ../../make.tmpl
+include $(top_builddir)/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
+ $(CC) -o dev_cache_t dev_cache_t.o -L$(top_builddir)/lib -llvm