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