From: Geoff Levand Date: Mon, 24 Aug 2009 20:08:35 +0000 (+0000) Subject: kexec-tools: Minor makefile line end fixes X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=07ffef067eff6a48d8a362e2e9a79e8615a06fb6;ds=sidebyside kexec-tools: Minor makefile line end fixes Signed-off-by: Geoff Levand SVN-Revision: 17373 --- diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index c4b1379466..4374b5b937 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