aboutsummaryrefslogtreecommitdiff
path: root/rules/autotools.mk
diff options
context:
space:
mode:
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 $@