summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-14 19:58:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-14 19:58:43 +0200
commit4cfceb141c0770aa37123fde6fc26c28283314ad (patch)
tree8973da1d99561d6ede8c4c69253d528a70e197f8 /tools
parent3b76e79f14e279a6526809e630e45e4f760d77de (diff)
parentba4b6056da30ddb19809b72309a009a1c84a7656 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index efb38843f..67b54b096 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -17,17 +17,17 @@ $(TOOLS_BUILD_DIR):
mkdir -p $(TOOLS_BUILD_DIR)
%-download:
- $(TRACE) "tools/$(patsubst %-download,%,$@)-download: "
+ $(TRACE) "tools/$(patsubst %-download,%,$@)/download "
$(MAKE) -C $(patsubst %-download,%,$@) fetch
%-compile: $(TOOLS_BUILD_DIR)
- $(TRACE) "tools/$(patsubst %-compile,%,$@)-compile: "
+ $(TRACE) "tools/$(patsubst %-compile,%,$@)/compile "
$(MAKE) -C $(patsubst %-compile,%,$@) compile
%-install:
- $(TRACE) "tools/$(patsubst %-install,%,$@)-install: "
+ $(TRACE) "tools/$(patsubst %-install,%,$@)/install "
$(MAKE) -C $(patsubst %-install,%,$@) install
%-clean:
- $(TRACE) "tools/$(patsubst %-clean,%,$@)-clean: "
+ $(TRACE) "tools/$(patsubst %-clean,%,$@)/clean "
$(MAKE) -C $(patsubst %-clean,%,$@) clean