diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-03 07:33:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-03 07:33:00 +0000 |
commit | 582993793745b7390401e9c383d22cf6b6217c7e (patch) | |
tree | c401b47d00d21165123f309cab722e16ea8bd526 /tools | |
parent | 5e3aec3af3b2531112c46268b90f17c4df358efb (diff) |
enable quilt for host builds and add some additional checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 513ecccb5..265c6aebf 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 |