diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-22 13:08:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-22 13:08:47 +0000 |
commit | fe0ed24c5373e97143d03dcf1d09f1f4c66a8966 (patch) | |
tree | 9dd9bc5e4bd903d514ba8b5071e965f22de46b13 /sal/qa/testHelperFunctions | |
parent | a48b9bc5d616e4f4ea1a5cf9423d33ebe59df6e9 (diff) |
change all _cppunit.mk to local version
Diffstat (limited to 'sal/qa/testHelperFunctions')
-rw-r--r-- | sal/qa/testHelperFunctions/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/testHelperFunctions/makefile.mk b/sal/qa/testHelperFunctions/makefile.mk index 4bdc0bda3a11..f5777bac1a88 100644 --- a/sal/qa/testHelperFunctions/makefile.mk +++ b/sal/qa/testHelperFunctions/makefile.mk @@ -60,4 +60,4 @@ SHL1VERSIONMAP = $(PRJ)$/qa$/export.map # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk |