diff options
author | Martin Hollmichel <mh@openoffice.org> | 2003-06-18 11:44:11 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2003-06-18 11:44:11 +0000 |
commit | f190b3fdf534b998ce7aa10c2a665869d9e939f8 (patch) | |
tree | be3dbceeacb8b08970681f27c8af9d2cea298c29 /external/glibc | |
parent | d19719448932a8fb021e51dfbd50fe1a0ea4b466 (diff) |
join: from ooo11beta2
Diffstat (limited to 'external/glibc')
-rw-r--r-- | external/glibc/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk index c6b1e42e3f6c..20958187905d 100644 --- a/external/glibc/makefile.mk +++ b/external/glibc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: svesik $ $Date: 2000-11-21 10:22:34 $ +# last change: $Author: mh $ $Date: 2003-06-18 12:44:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,10 +62,9 @@ MAKEFILERC=yes -.IF "$(OS)" == "WNT" +.IF "$(USE_SHELL)" == "4nt" patchsuffix=btm -.ENDIF -.IF "$(GUI)" == "UNX" +.ELSE patchsuffix=sh .ENDIF |