mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
fix ccache error
SVN-Revision: 4723
This commit is contained in:
parent
c443509658
commit
3c4b1423e0
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user