summaryrefslogtreecommitdiff
path: root/stoc/test/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/makefile.mk')
-rw-r--r--stoc/test/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk
index 2f24634da5a0..d4be0a9eca34 100644
--- a/stoc/test/makefile.mk
+++ b/stoc/test/makefile.mk
@@ -98,7 +98,7 @@ APP3STDLIBS= \
.IF "$(GUI)"=="UNX"
APP3STDLIBS+= -l$(SHL1TARGET)
.ENDIF
-.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
+.IF "$(GUI)"=="WNT"
APP3STDLIBS+= i$(SHL1TARGET).lib
.ENDIF