summaryrefslogtreecommitdiffstats
path: root/external/glibc
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-11-21 09:22:34 +0000
committerSander Vesik <svesik@openoffice.org>2000-11-21 09:22:34 +0000
commitd4f9da5a04bbc5c56e7fc943a147f4237ad7f1b0 (patch)
treece80bc709c85637d5a2d2d687203450100cf15ca /external/glibc
parentModified clean target: rtufiles deleting has pulled out (diff)
downloadcore-d4f9da5a04bbc5c56e7fc943a147f4237ad7f1b0.tar.gz
core-d4f9da5a04bbc5c56e7fc943a147f4237ad7f1b0.zip
Merge back changes from OpenOffice609-FU
Diffstat (limited to 'external/glibc')
-rw-r--r--external/glibc/makefile.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk
index 4ba97b92ef02..c6b1e42e3f6c 100644
--- a/external/glibc/makefile.mk
+++ b/external/glibc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: csaba $ $Date: 2000-10-19 12:25:01 $
+# last change: $Author: svesik $ $Date: 2000-11-21 10:22:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,13 +65,7 @@ MAKEFILERC=yes
.IF "$(OS)" == "WNT"
patchsuffix=btm
.ENDIF
-.IF "$(OS)" == "LINUX"
-patchsuffix=sh
-.ENDIF
-.IF "$(OS)" == "SOLARIS"
-patchsuffix=sh
-.ENDIF
-.IF "$(OS)" == "MACOSX"
+.IF "$(GUI)" == "UNX"
patchsuffix=sh
.ENDIF