diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-19 20:05:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-19 20:09:20 +0100 |
commit | 4f3287c8b8e72dcad9539c95b8d14ac7bebd35d7 (patch) | |
tree | 2fa394d15ce282f3774c7241acdc5d49fa9f3cf6 /Makefile.in | |
parent | bbabdfd84135bf2b8db09a4c1fb1d6f390ea5dba (diff) |
bodge callcatcher some more
Change-Id: Ie2e126700540cbec2a94f40250b2a114d1ea9306
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 01d8d5c6806c..b5681c0a6c66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -384,6 +384,8 @@ findunusedcode: @cp config_host/* callcatcher/config_host @cp config_host.mk* callcatcher @sed -e s,$$INPATH,callcatcher,g config_host.mk | sed -e s,"export OOO_JUNIT_JAR=.*","export OOO_JUNIT_JAR=",g > $(SRCDIR)/callcatcher/config_host.mk + @sed -i -e s,g++,"callcatcher g++",g $(SRCDIR)/callcatcher/config_host.mk + @sed -i -e s,gcc,"callcatcher gcc",g $(SRCDIR)/callcatcher/config_host.mk @echo unexport ARCH_FLAGS >> $(SRCDIR)/callcatcher/config_host.mk @echo unexport CFLAGS >> $(SRCDIR)/callcatcher/config_host.mk @echo unexport CXXFLAGS >> $(SRCDIR)/callcatcher/config_host.mk |