# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
--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