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 | 5f66037d6de444b731d8ce9a709c8754216ac7d9 (patch) | |
tree | a16128d610d562e753469113a0e949b18cece44e /codemaker | |
parent | 325674e0d0a0f49c3ed5cf42e3da7f0c5933828a (diff) |
remove empty TESTSHL2LIB
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/test/cppumaker/makefile.mk | 2 |
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) |