summaryrefslogtreecommitdiff
path: root/soltools/cpp
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-15 17:31:47 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-15 17:31:47 +0200
commit4feab2495d0634c59688374a97301db5bb9a47ca (patch)
tree7a359a9b03fb49412159525ec4eb18bec66c4003 /soltools/cpp
parenteb525520b51dfd5a8c62ae2826d410e8e3da7e46 (diff)
systemlibc: update comment
Diffstat (limited to 'soltools/cpp')
-rw-r--r--soltools/cpp/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index 32eb0b189ef2..11f04b0a3630 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -53,8 +53,8 @@ OBJFILES= \
$(OBJ)$/_tokens.obj \
$(OBJ)$/_unix.obj
-# nonstandard cpp options, needs the custom stgetopt defined here :/
-# And Windows, well, Windows... no comment.
+# nonstandard cpp options needed for Mac (-isysroot),
+# needs the custom stgetopt defined here :/
.IF "$(OS)" == "MACOSX" || "$(HAVE_GETOPT)" == "NO"
OBJFILES += $(OBJ)$/_getopt.obj
.ENDIF