aboutsummaryrefslogtreecommitdiff
path: root/rules/autotools.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-26 15:14:12 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-26 15:14:12 +0400
commit070931e05c623cec18560c22f52c010838929406 (patch)
tree5ec8781a37a42b42aff72337972234b2df75e421 /rules/autotools.mk
parent93ab97c27a551549b3173d7437eadd863872e008 (diff)
downloadcibs-070931e05c623cec18560c22f52c010838929406.tar.gz
Automatically define proto dirs
Diffstat (limited to 'rules/autotools.mk')
-rw-r--r--rules/autotools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/autotools.mk b/rules/autotools.mk
index 75a5408..fd59ff3 100644
--- a/rules/autotools.mk
+++ b/rules/autotools.mk
@@ -59,7 +59,7 @@ build-%-stamp: configure-%-stamp
touch $@
install-%-stamp: build-%-stamp
- cd "$(builddir)" && $(MAKE) install DESTDIR="$(destdir)"
+ cd "$(builddir)" && $(MAKE) install DESTDIR="$(protodir)"
touch $@