From d6aaf0be5bfa8e5944d9ae44cf175f9388564ac6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Sep 2010 20:08:16 +0200 Subject: fintune rebuild stuff, fix some warnings --- tools/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index b828f6765..5d0f91872 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,13 +12,6 @@ compile: install: $(TARGETS_INSTALL) clean: $(TARGETS_CLEAN) -$(TOOLS_BUILD_DIR): - mkdir -p $(TOOLS_BUILD_DIR) - -%-download: - $(TRACE) "tools/$(patsubst %-download,%,$@)/download " - $(MAKE) -C $(patsubst %-download,%,$@) fetch - %-compile: $(TOOLS_BUILD_DIR) $(TRACE) "tools/$(patsubst %-compile,%,$@)/compile " $(MAKE) -C $(patsubst %-compile,%,$@) compile -- cgit v1.2.3