projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce980d2
)
Automake 1.9 compatibility: don't use $(builddir)
author
Benjamin Jacobs
<jacobsbenja@gmail.com>
Sun, 2 Sep 2012 21:53:24 +0000
(23:53 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Tue, 4 Sep 2012 08:16:26 +0000
(10:16 +0200)
Automake <= 1.9 don't define $(builddir) which is always defined to
'.' anyway.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
ba59bf5
..
782fad9
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1335,7
+1335,7
@@
EXTRA_DIST += collectd.conf.pod \
fi
pinba.pb-c.c pinba.pb-c.h: pinba.proto
- protoc-c --c_out
$(builddir)
pinba.proto
+ protoc-c --c_out
.
pinba.proto
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)