diff options
author | Mike Baker <mbm@openwrt.org> | 2006-08-04 09:14:20 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 09:14:20 +0000 |
commit | 834f9176191f8a245cd1bc856e37f99e94b47f6f (patch) | |
tree | 01d7795a5a4f775f07954784496c37d2091ed565 /rules.mk | |
parent | a4a9ba8874ca977095ae4314253c5ae3420f270a (diff) | |
download | upstream-834f9176191f8a245cd1bc856e37f99e94b47f6f.tar.gz upstream-834f9176191f8a245cd1bc856e37f99e94b47f6f.tar.bz2 upstream-834f9176191f8a245cd1bc856e37f99e94b47f6f.zip |
fix everything I broke with the previous patches
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -54,8 +54,7 @@ SED:=$(STAGING_DIR)/bin/sed -i -e CP:=cp -fpR ifneq ($(CONFIG_CCACHE),) - export CCACHE_DIR:=$(TOPDIR)/ccache_$(ARCH) - TARGET_CC:=ccache $(TARGET_CC) + TARGET_CC:=CCACHE_DIR=$(TOPDIR)/ccache_$(ARCH) ccache $(TARGET_CC) endif HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ |