summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-10-09 21:58:07 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-10-09 21:58:07 +0800
commit4069876c94d8b402d07fb4b2b7e540b8cc2eaa3b (patch)
tree7d5c9391f423a2089331c992c0c0d8219a020ec6
parentb5d325fb066bb0eb7278c43c50259a822d5978fe (diff)
downloaddropbear-4069876c94d8b402d07fb4b2b7e540b8cc2eaa3b.tar.gz
Add @exec_prefix@ that was missing
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ef39ca8..5d65586 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,6 +66,7 @@ VPATH=@srcdir@
srcdir=@srcdir@
prefix=@prefix@
+exec_prefix=@exec_prefix@
datarootdir = @datarootdir@
bindir=@bindir@
sbindir=@sbindir@