summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-05 06:17:58 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-05 06:17:58 +0200
commitd21baa0388fd75619f900fc5694fa7dc3819102a (patch)
treef20661d84eae828534df87feadc8eb46b864dcbd /package/Makefile
parent2fa7ad07460c37ad530ecab413d33b2448a812ee (diff)
finetune logoutput
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index c7779c2ac..8862560eb 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -62,7 +62,7 @@ endif
$(END_TRACE)
%-compile:
- $(START_TRACE) "package/$(patsubst %-compile,%,$@)-compile.. "
+ $(START_TRACE) "package/$(patsubst %-compile,%,$@).. "
@if test -f $(ADK_TOPDIR)/.rebuild.$(patsubst %-compile,%,$@); then \
$(MAKE) -C $(patsubst %-compile,%,$@) clean ; \
rm $(ADK_TOPDIR)/.rebuild.$(patsubst %-compile,%,$@) ; \