1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

Fix ipkg compilation with ccache, thanks sn9

SVN-Revision: 12137
This commit is contained in:
Florian Fainelli 2008-08-05 14:04:23 +00:00
parent 1b0318158d
commit d3dd2b6ae5

@ -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