From: florian Date: Mon, 25 May 2009 14:37:29 +0000 (+0000) Subject: [package] fix ccache compilation with mg (#5097) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=526deb4b9d945944c0e52f1502d50bb50af774bc;p=packages.git [package] fix ccache compilation with mg (#5097) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16054 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/mg/Makefile b/utils/mg/Makefile index e3dd484b1..a058c22cb 100644 --- a/utils/mg/Makefile +++ b/utils/mg/Makefile @@ -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