From 51034418faf46faf29c57336f44686acfb8268a2 Mon Sep 17 00:00:00 2001 From: geoff Date: Mon, 24 Aug 2009 20:08:35 +0000 Subject: [PATCH] kexec-tools: Minor makefile line end fixes Signed-off-by: Geoff Levand git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17373 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kexec-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index c4b137946..4374b5b93 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -50,11 +50,11 @@ CONFIGURE_ARGS = \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/lib \ - --sysconfdir=/etc \ + --sysconfdir=/etc CONFIGURE_VARS += \ BUILD_CC="$(HOSTCC)" \ - TARGET_CC="$(TARGET_CC)" \ + TARGET_CC="$(TARGET_CC)" define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) all -- 2.35.1