kexec-tools: Minor makefile line end fixes
[openwrt.git] / package / kexec-tools / Makefile
index 53c75b7..4374b5b 100644 (file)
@@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools
 PKG_MD5SUM:=67c1a396fdf67b984dad939a59a01571
 
+PKG_FIXUP:=libtool
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/kexec-tools
@@ -48,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
This page took 0.022378 seconds and 4 git commands to generate.