From 4e1dd61364d6f158ed18660a0389ceff61007197 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Feb 2013 23:28:49 +0000 Subject: reduce callcatcher call post dmake death Change-Id: I05a68199c606c815ab007cb662c0b29053eb3609 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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:: \ -- cgit