summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-03 07:33:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-03 07:33:00 +0000
commit5e406f0a282871d0e1043bebeb4320de64d1fda0 (patch)
tree08ebb39a2f3a21ff9553bbe837e4ecafa9bca3da /tools
parent396895e6d88bb0c9adae73f6f75b47f90cd29c9b (diff)
downloadmaster-31e0f0ae-5e406f0a282871d0e1043bebeb4320de64d1fda0.tar.gz
master-31e0f0ae-5e406f0a282871d0e1043bebeb4320de64d1fda0.tar.bz2
master-31e0f0ae-5e406f0a282871d0e1043bebeb4320de64d1fda0.zip
enable quilt for host builds and add some additional checks
SVN-Revision: 7473
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 513ecccb51..265c6aebf5 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -41,7 +41,7 @@ $(TOOL_HOST_INCLUDES): $(STAGING_DIR)/include-host/%.h: ./include/%.h
$(TOOL_BUILD_DIR):
@mkdir -p $@
-%-prereq %-download %-clean: FORCE
+%-prereq %-download %-clean %-refresh: FORCE
$(MAKE) -C $* $(patsubst $*-%,%,$@)
%-prepare: $(TOOL_HOST_INCLUDES) $(TOOL_BUILD_DIR) FORCE