diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-24 20:44:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-24 20:44:46 +0000 |
commit | 64074050b370a23fead4f92902b4194bfd6c5e8b (patch) | |
tree | f93d31020b7c4df1d433725421a167f2972e324d /cppuhelper | |
parent | d8b3d6dad7666d9c6f2f552fd7c45dbbeffbedd3 (diff) |
remove empty TESTSHL2LIB
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/qa/ifcontainer/makefile.mk | 1 | ||||
-rw-r--r-- | cppuhelper/qa/unourl/makefile.mk | 1 | ||||
-rw-r--r-- | cppuhelper/qa/weak/makefile.mk | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/cppuhelper/qa/ifcontainer/makefile.mk b/cppuhelper/qa/ifcontainer/makefile.mk index 3277b4c20..6f3476aa4 100644 --- a/cppuhelper/qa/ifcontainer/makefile.mk +++ b/cppuhelper/qa/ifcontainer/makefile.mk @@ -46,7 +46,6 @@ SHL1STDLIBS=\ $(CPPUHELPERLIB) \ $(SALLIB) \ $(CPPULIB) \ - $(TESTSHL2LIB)\ $(CPPUNITLIB) SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk index de2c05d40..4e46dd088 100644 --- a/cppuhelper/qa/unourl/makefile.mk +++ b/cppuhelper/qa/unourl/makefile.mk @@ -46,7 +46,6 @@ SHL1STDLIBS=\ $(CPPUHELPERLIB) \ $(SALLIB) \ $(CPPULIB) \ - $(TESTSHL2LIB)\ $(CPPUNITLIB) SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) diff --git a/cppuhelper/qa/weak/makefile.mk b/cppuhelper/qa/weak/makefile.mk index 543e87118..5116886b6 100644 --- a/cppuhelper/qa/weak/makefile.mk +++ b/cppuhelper/qa/weak/makefile.mk @@ -38,7 +38,7 @@ DLLPRE = # no leading "lib" on .so files SHL1TARGET = $(TARGET) SHL1OBJS = $(SLO)$/test_weak.obj -SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(CPPUNITLIB) $(SALLIB) $(TESTSHL2LIB) +SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(CPPUNITLIB) $(SALLIB) SHL1VERSIONMAP = version.map SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) |