[packages] keepalived: remove trailing backslashes from makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15752 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-05-10 13:42:02 +00:00
parent 32e107f0ba
commit 2b4517ab8d

View File

@ -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)