fix ccache error

SVN-Revision: 4723
This commit is contained in:
Mike Baker 2006-08-31 21:18:29 +00:00
parent c443509658
commit 3c4b1423e0

View File

@ -67,7 +67,7 @@ define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
MAKEDEPPROG="$(TARGET_CC)" \
MAKEDEPPROG="$(TARGET_CROSS)gcc" \
depend
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
CC="$(TARGET_CC)" \