From 7a2ba40612492ac89ea7c981e1f5e683e5d7ff96 Mon Sep 17 00:00:00 2001 From: Luca Bigliardi <shammash@google.com> Date: Mon, 31 Aug 2009 13:27:04 +0100 Subject: [PATCH] Replace BINDIR variable as well Add bindir to the list of variables replaced at make time. Signed-off-by: Luca Bigliardi <shammash@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3ea7e2409..7999edf18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -355,6 +355,7 @@ $(REPLACE_VARS_SED): Makefile stamp-directories { echo 's#@PREFIX@#$(prefix)#g'; \ echo 's#@SYSCONFDIR@#$(sysconfdir)#g'; \ echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \ + echo 's#@BINDIR@#$(bindir)#g'; \ echo 's#@SBINDIR@#$(sbindir)#g'; \ echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \ echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \ -- GitLab