diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-02 22:10:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-03 12:33:43 +0100 |
commit | 4d2c8f34712bd49127adb53a442546ac1a60617a (patch) | |
tree | b9c28623ddba8444d4a06338e4faf9d5e1c73ba5 /Makefile.in | |
parent | 173997227ef317e78a909982174e4ceb74d463dc (diff) |
callcatcher, grab default gbuild output dirs
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index eea0281f947c..3ed14f71b2a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -186,7 +186,6 @@ findunusedcode: @. ./*Env.Set.sh && \ source <(sed -e s,$$INPATH,callcatcher,g ./*Env.Set.sh) && \ callanalyse \ - $$OUTDIR/lib/* \ - $$OUTDIR/bin/* \ + $$OUTDIR/callcatcher/workdir/LinkTarget/*/* \ */$$OUTPATH/bin/* \ */$$OUTPATH/lib/* > unusedcode |