Fix ipkg compilation with ccache, thanks sn9

SVN-Revision: 12137
master
Florian Fainelli 16 years ago
parent 1b0318158d
commit d3dd2b6ae5
  1. 2
      package/ipkg/Makefile

@ -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…
Cancel
Save