[package] iptables: update imq userspace part
[openwrt.git] / package / kexec-tools / Makefile
index 3951197..c4ce1f3 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -50,8 +49,8 @@ CONFIGURE_ARGS = \
                --sysconfdir=/etc \
 
 CONFIGURE_VARS += \
-       BUILD_CC=$(HOSTCC) \
-       TARGET_CC=$(TARGET_CC) \
+       BUILD_CC="$(HOSTCC)" \
+       TARGET_CC="$(TARGET_CC)" \
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) all
This page took 0.022953 seconds and 4 git commands to generate.