From 7e6411e39524c17618dd796a4042e535cead5819 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 12 Feb 2009 07:31:26 +0000 Subject: [PATCH] Remove a duplicate line in sed_vars LOCALSTATEDIR is added twice to the sed variables. Reviewed-by: imsnah --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2872e7a2a..8ccbb8784 100644 --- a/Makefile.am +++ b/Makefile.am @@ -305,7 +305,6 @@ $(REPLACE_VARS_SED): Makefile stamp-directories echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \ echo 's#@SBINDIR@#$(sbindir)#g'; \ echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \ - echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \ echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \ echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \ echo '/@INCLUDE_RAPI_RESOURCES@/ {'; \ -- GitLab