[package] fix ccache compilation with mg (#5097)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16054 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-25 14:37:29 +00:00
parent 9017d146a0
commit 526deb4b9d

View 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