summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-24 20:44:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-24 20:44:46 +0000
commit5f66037d6de444b731d8ce9a709c8754216ac7d9 (patch)
treea16128d610d562e753469113a0e949b18cece44e /codemaker
parent325674e0d0a0f49c3ed5cf42e3da7f0c5933828a (diff)
remove empty TESTSHL2LIB
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/test/cppumaker/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/test/cppumaker/makefile.mk b/codemaker/test/cppumaker/makefile.mk
index 964ae166cdf5..5060f75e8203 100644
--- a/codemaker/test/cppumaker/makefile.mk
+++ b/codemaker/test/cppumaker/makefile.mk
@@ -41,7 +41,7 @@ INCPRE += $(MISC)$/$(TARGET)$/inc
SHL1TARGET = $(TARGET)
SHL1OBJS = $(SLO)$/test_codemaker_cppumaker.obj
-SHL1STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB) $(TESTSHL2LIB)
+SHL1STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB)
SHL1VERSIONMAP = version.map
SHL1IMPLIB = i$(SHL1TARGET)
DEF1NAME = $(SHL1TARGET)