From: Felix Fietkau Date: Mon, 6 Apr 2009 09:56:21 +0000 (+0000) Subject: add check for common config variants for tools/install X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=17b4ce5bc2c7bb9169d1044c18d585bf577a1e57;p=openwrt%2Fstaging%2Flinusw.git add check for common config variants for tools/install SVN-Revision: 15113 --- diff --git a/tools/Makefile b/tools/Makefile index 49c450f27f..ef64dc0e94 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -59,5 +59,5 @@ $(curdir)//compile = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps) $(curdir)/ := .config prereq $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),tools,install)) +$(eval $(call stampfile,$(curdir),tools,install,,CONFIG_CCACHE CONFIG_powerpc CONFIG_GCC_VERSION_4_3)) $(eval $(call subdir,$(curdir)))