diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-06-16 19:57:33 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-06-16 19:57:33 +0200 |
commit | 4263775085d36363d09b1d3ec9c7d0d9951288de (patch) | |
tree | 2b909520433e3a258b0dc5ef89473f76458ebb92 /external/glibc | |
parent | 2d56605a7e3b79750d0d64aee5442b5de6decfd8 (diff) |
CWS systemlibc: #i69033#: some fixes for Windows
Diffstat (limited to 'external/glibc')
-rw-r--r-- | external/glibc/makefile.mk | 5 |
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." |