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 | d0c677028589dcf3f22aea45337a1553eb382be1 (patch) | |
tree | 8251f1853cdc77996e7d7d01b0b8a3aac2635908 /sal/qa/osl | |
parent | 4685d7e6a7e487de431b3eb41b22cfa1943f3266 (diff) |
change all _cppunit.mk to local version
Diffstat (limited to 'sal/qa/osl')
-rw-r--r-- | sal/qa/osl/pipe/makefile.mk | 2 | ||||
-rw-r--r-- | sal/qa/osl/process/makefile.mk | 3 | ||||
-rwxr-xr-x | sal/qa/osl/security/makefile.mk | 2 | ||||
-rwxr-xr-x | sal/qa/osl/socket/makefile.mk | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/sal/qa/osl/pipe/makefile.mk b/sal/qa/osl/pipe/makefile.mk index 6350cdba0..fc6728abf 100644 --- a/sal/qa/osl/pipe/makefile.mk +++ b/sal/qa/osl/pipe/makefile.mk @@ -65,6 +65,6 @@ SHL1RPATH = NONE # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk .END diff --git a/sal/qa/osl/process/makefile.mk b/sal/qa/osl/process/makefile.mk index e04bebc18..c9417e90b 100644 --- a/sal/qa/osl/process/makefile.mk +++ b/sal/qa/osl/process/makefile.mk @@ -96,5 +96,4 @@ SLOFILES=$(SHL1OBJS) $(SHL2OBJS) # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk - +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk diff --git a/sal/qa/osl/security/makefile.mk b/sal/qa/osl/security/makefile.mk index c371bbf46..0fe9b05a0 100755 --- a/sal/qa/osl/security/makefile.mk +++ b/sal/qa/osl/security/makefile.mk @@ -61,4 +61,4 @@ SHL1VERSIONMAP= $(PRJ)$/qa$/export.map # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk diff --git a/sal/qa/osl/socket/makefile.mk b/sal/qa/osl/socket/makefile.mk index bd92b5f40..98e347ba0 100755 --- a/sal/qa/osl/socket/makefile.mk +++ b/sal/qa/osl/socket/makefile.mk @@ -220,4 +220,4 @@ SHL8VERSIONMAP = $(PRJ)$/qa$/export.map # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -.INCLUDE : _cppunit.mk +.INCLUDE : $(PRJ)$/qa$/cppunit_local.mk |