From 4263775085d36363d09b1d3ec9c7d0d9951288de Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 16 Jun 2010 19:57:33 +0200 Subject: CWS systemlibc: #i69033#: some fixes for Windows --- external/glibc/makefile.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'external/glibc') 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." -- cgit