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/systools | |
parent | a48b9bc5d616e4f4ea1a5cf9423d33ebe59df6e9 (diff) |
change all _cppunit.mk to local version
Diffstat (limited to 'sal/qa/systools')
-rw-r--r-- | sal/qa/systools/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/qa/systools/makefile.mk b/sal/qa/systools/makefile.mk index af45f4fa50f0..9113358db4a2 100644 --- a/sal/qa/systools/makefile.mk +++ b/sal/qa/systools/makefile.mk @@ -66,5 +66,4 @@ SHL1VERSIONMAP= $(PRJ)$/qa$/export.map # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk - +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk |