[package] fix ccache compilation with mg (#5097)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 May 2009 14:37:29 +0000 (14:37 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 May 2009 14:37:29 +0000 (14:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16054 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/mg/Makefile

index e3dd484..a058c22 100644 (file)
@@ -44,7 +44,7 @@ define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                LDFLAGS="$(TARGET_LDFLAGS) -lncurses" \
                CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
-               CC=$(TARGET_CC)
+               CC="$(TARGET_CC)"
 endef
 
 define Package/mg/install