diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-11 23:25:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-11 23:25:55 +0200 |
commit | efd988a93f437b050627727fd1bd9041764b2de7 (patch) | |
tree | 1d91d51ce8fb775732b18193c8a495d332e29e7b /tools/Makefile | |
parent | 1ed6f2b800832dceb40515f22c11ae33936c3b94 (diff) | |
parent | 7f8bec5a9a9b9188ab7d8cbbec5f93343d7089a0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3a158b839..8bf118641 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,11 +15,11 @@ clean: $(TARGETS_CLEAN) %-compile: $(TOOLS_BUILD_DIR) $(TRACE) "tools/$(patsubst %-compile,%,$@)/compile " - $(MAKE) -C $(patsubst %-compile,%,$@) compile + $(MAKE) -C $(patsubst %-compile,%,$@) compile $(MAKE_TRACE) %-install: $(TRACE) "tools/$(patsubst %-install,%,$@)/install " - $(MAKE) -C $(patsubst %-install,%,$@) install + $(MAKE) -C $(patsubst %-install,%,$@) install $(MAKE_TRACE) %-clean: $(TRACE) "tools/$(patsubst %-clean,%,$@)/clean " |