summaryrefslogtreecommitdiff
path: root/external/glibc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-16 19:57:33 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-16 19:57:33 +0200
commit4263775085d36363d09b1d3ec9c7d0d9951288de (patch)
tree2b909520433e3a258b0dc5ef89473f76458ebb92 /external/glibc
parent2d56605a7e3b79750d0d64aee5442b5de6decfd8 (diff)
CWS systemlibc: #i69033#: some fixes for Windows
Diffstat (limited to 'external/glibc')
-rw-r--r--external/glibc/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk
index 084752f1aaa7..04e2ff5b99bd 100644
--- a/external/glibc/makefile.mk
+++ b/external/glibc/makefile.mk
@@ -52,6 +52,11 @@ CONFIGURE_ACTION=
BUILD_DIR=posix
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
+
+OUT2INC= \
+ posix/getopt.h \
+ posix/config.h
+
.ELSE
@all:
@echo "Nothing to do here."