summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/textenc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-23 12:46:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-23 12:46:51 +0000
commit373d09f111e09171744d9c1ff9648890e77c121f (patch)
treeec1d5dddd2ea1724b86c512b6157a74cac600813 /sal/qa/rtl/textenc
parentd9bd461b9a842732c4f2aef5939d1123e7d82471 (diff)
get rid of spurious TESTSHL2LIB mentions
Diffstat (limited to 'sal/qa/rtl/textenc')
-rw-r--r--sal/qa/rtl/textenc/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/qa/rtl/textenc/makefile.mk b/sal/qa/rtl/textenc/makefile.mk
index 8353621ba930..4e6126235a1d 100644
--- a/sal/qa/rtl/textenc/makefile.mk
+++ b/sal/qa/rtl/textenc/makefile.mk
@@ -45,7 +45,7 @@ CFLAGSCXX += $(CPPUNIT_CFLAGS)
SHL1OBJS= \
$(SLO)$/rtl_textcvt.obj
SHL1TARGET= rtl_textcvt
-SHL1STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB)
+SHL1STDLIBS= $(SALLIB) $(CPPUNITLIB)
SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
@@ -57,7 +57,7 @@ SHL1VERSIONMAP = $(PRJ)$/qa$/export.map
SHL2OBJS= \
$(SLO)$/rtl_tencinfo.obj
SHL2TARGET= rtl_tencinfo
-SHL2STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB)
+SHL2STDLIBS= $(SALLIB) $(CPPUNITLIB)
SHL2IMPLIB= i$(SHL2TARGET)
DEF2NAME =$(SHL2TARGET)