diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-07 22:52:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 22:53:46 +0100 |
commit | bd5a6c285cbfbc77c3daad481687a1287a097a87 (patch) | |
tree | 56363f6b45ddf1d88752efd72d20966c90d85046 /solenv | |
parent | b38e996bcee13eacb61f340ccff787806c053ce8 (diff) |
a little instdir sub-dir cleanup
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/callcatcher.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/callcatcher.Makefile b/solenv/bin/callcatcher.Makefile index 58bfe6fb3b83..10b09e3a9d2b 100644 --- a/solenv/bin/callcatcher.Makefile +++ b/solenv/bin/callcatcher.Makefile @@ -26,7 +26,7 @@ findunusedcode: $(GNUMAKE) BUILDDIR=callcatcher -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.gbuild $(GNUMAKE) BUILDDIR=callcatcher -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.gbuild subsequentcheck callanalyse \ - $(SRCDIR)/instdir/callcatcher/program/* \ + $(INSTDIR)/program/* \ $(WORKDIR)/LinkTarget/*/* $(WORKDIR)/LinkTarget/*/*/* \ $(WORKDIR)/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit.so* \ > unusedcode.all |