diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-08 09:34:22 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-08 09:34:22 +0100 |
commit | 0ed4bd7f1f7e93aa4d470f44c1147c798831425e (patch) | |
tree | b4c38b46fb06dcaa44a29a1455bb2440cd6b6faa /sal/qa/osl/module | |
parent | ef269cd66729abf8268ba2914a39c9de90dfcb01 (diff) |
use local cppunittester
Diffstat (limited to 'sal/qa/osl/module')
-rw-r--r-- | sal/qa/osl/module/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/makefile.mk b/sal/qa/osl/module/makefile.mk index 724862fb85c0..6e181cb72724 100644 --- a/sal/qa/osl/module/makefile.mk +++ b/sal/qa/osl/module/makefile.mk @@ -82,5 +82,5 @@ SHL2VERSIONMAP= $(PRJ)$/qa$/export.map # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk |