summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 16:12:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 16:12:06 +0000
commitb137d5ad355da2702174273d07930a323aeb098a (patch)
tree470cb7bb7bf3dc5ad753d042649a827c93653b01 /tools
parentINTEGRATION: CWS dr59_SRC680 (1.32.72); FILE MERGED (diff)
downloadcore-b137d5ad355da2702174273d07930a323aeb098a.tar.gz
core-b137d5ad355da2702174273d07930a323aeb098a.zip
INTEGRATION: CWS pj85 (1.22.248); FILE MERGED
2007/10/13 18:56:31 pjanik 1.22.248.1: #i78467#: Remove old Mac code.
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/makefile.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk
index 1bb68e320db7..4fff3c4960f4 100644
--- a/tools/bootstrp/makefile.mk
+++ b/tools/bootstrp/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 13:30:26 $
+# last change: $Author: hr $ $Date: 2007-11-01 17:12:06 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,11 +48,6 @@ CDEFS+=-D_TOOLS_STRINGLIST
# --- Files --------------------------------------------------------
-.IF "$(OS)"=="MACOS"
-dummy:
- @echo No bootstrp for Mac OS
-.ELSE # "$(OS)"=="MACOS"
-
OBJFILES= \
$(OBJ)$/appdef.obj \
$(OBJ)$/command.obj \
@@ -104,8 +99,6 @@ APP3STDLIBS= $(TOOLSLIB) $(SALLIB)
DEPOBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS)
-.ENDIF # "$(OS)"=="MACOS"
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk