summaryrefslogtreecommitdiff
path: root/soltools/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp')
-rw-r--r--soltools/cpp/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index 11f04b0a3630..c0ddef2814d5 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -55,7 +55,7 @@ OBJFILES= \
# nonstandard cpp options needed for Mac (-isysroot),
# needs the custom stgetopt defined here :/
-.IF "$(OS)" == "MACOSX" || "$(HAVE_GETOPT)" == "NO"
+.IF "$(OS)" == "MACOSX" || "$(HAVE_GETOPT)" == ""
OBJFILES += $(OBJ)$/_getopt.obj
.ENDIF
.IF "$(HAVE_GETOPT)" == "YES"