From 456c78382ac9f16a5ef4ba63828ec862f8f5da1c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 10 May 2009 13:42:02 +0000 Subject: [PATCH] [packages] keepalived: remove trailing backslashes from makefile SVN-Revision: 15752 --- net/keepalived/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 80e4d06979..fa37ffd540 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -44,10 +44,10 @@ CONFIGURE_ARGS+= \ --disable-strip \ --disable-lvs \ --disable-lvs-syncd \ - --with-kernel-dir="$(LINUX_DIR)" \ + --with-kernel-dir="$(LINUX_DIR)" CONFIGURE_VARS+= \ - ac_cv_file_$(call acvar,$(LINUX_DIR)/net/core/link_watch.c)=yes \ + ac_cv_file_$(call acvar,$(LINUX_DIR)/net/core/link_watch.c)=yes define Build/Compile rm -rf $(PKG_INSTALL_DIR) -- 2.30.2