summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-28 23:28:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-01 12:20:24 +0000
commit4e1dd61364d6f158ed18660a0389ceff61007197 (patch)
tree69102359d08f0c60440c21c68d60c3eed0f48fb8 /Makefile.in
parentb458e734fda37a01db36ed59127984d65f12a883 (diff)
reduce callcatcher call post dmake death
Change-Id: I05a68199c606c815ab007cb662c0b29053eb3609
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df983391d51c..13a635f5596d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -336,7 +336,7 @@ findunusedcode:
@echo unexport CFLAGS >> $(SRCDIR)/config_host_callcatcher.mk
@echo unexport CXXFLAGS >> $(SRCDIR)/config_host_callcatcher.mk
@mkdir -p $(SRCDIR)/solenv/callcatcher/bin && \
- @$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode
+ $(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode
@grep ::.*\( unusedcode.all \
| grep -v ^Atom \
| grep -v ^atom:: \