summaryrefslogtreecommitdiff
path: root/external/glibc
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-05-25 11:56:39 +0200
committerRene Engelhard <rene@openoffice.org>2010-05-25 11:56:39 +0200
commit2d56605a7e3b79750d0d64aee5442b5de6decfd8 (patch)
tree52f0cbd820dc941dbade54c952ba4cd85300ca69 /external/glibc
parent36ff8423c3656890b4a7a5b187b566403376e2dd (diff)
systemlibc: rename new SYSTEM_* variables to better names )SYSTEM_LIBC,HAVE_{GETOPT,READDIR_R). Unconditionally set to NO if $_os = WINNT
Diffstat (limited to 'external/glibc')
-rw-r--r--external/glibc/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk
index ecd064e44ebd..084752f1aaa7 100644
--- a/external/glibc/makefile.mk
+++ b/external/glibc/makefile.mk
@@ -36,12 +36,12 @@ TARGET=getopt
# --- Files --------------------------------------------------------
-.IF "$(SYSTEM_GETOPT)" != "YES" || "$(SYSTEM_READDIR_R)" != "YES"
+.IF "$(HAVE_GETOPT)" != "YES" || "$(HAVE_READDIR_R)" != "YES"
TARFILE_NAME=glibc-2.1.3-stub
TARFILE_MD5=4a660ce8466c9df01f19036435425c3a
TARFILE_ROOTDIR=glibc-2.1.3
ADDITIONAL_FILES=posix$/makefile.mk posix$/config.h
-.IF "$(SYSTEM_READDIR_R)" != "YES"
+.IF "$(HAVE_READDIR_R)" != "YES"
ADDITIONAL_FILES += posix$/readdir_r.c
.ENDIF