1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

Fix opkg compilation with ccache, thanks sn9

SVN-Revision: 12303
This commit is contained in:
Florian Fainelli 2008-08-13 21:12:26 +00:00
parent a45f225e73
commit 68bdb68247

View File

@ -53,7 +53,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) \
CC="$(TARGET_CC)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef