mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
fix ccache error
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4723 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9880f57d26
commit
69135f2bba
@ -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