Fix opkg compilation with ccache, thanks sn9
SVN-Revision: 12303
This commit is contained in:
parent
a45f225e73
commit
68bdb68247
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC=$(TARGET_CC) \
|
CC="$(TARGET_CC)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue