summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-18 21:24:41 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-18 21:24:41 +0100
commit1facd7d11c79e6af060f36a71b631bab66456484 (patch)
tree8dfbb41c58fefd133212539f72293254f281b231
parent0468cbf6d4847d20e53430190bb2b64f5259f021 (diff)
use top_builddir instead of builddir
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fd7f3a2..b11b1b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,4 +62,4 @@ BUILT_SOURCES = \
atasmart.strpool.c
atasmart.strpool.c: atasmart.c strpool
- $(builddir)/strpool $< $@
+ $(top_builddir)/strpool $< $@