summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-12 06:32:42 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-12 06:32:42 -0800
commit08ecc7591609573694a8cf09a9d8ca6477e20db6 (patch)
treef5f28645bd7fd42adabdd49b1244ced9d5289d8a /tools/bootstrp
parent19b88e3570cd9519c0efcc95204884479c73e1c7 (diff)
Remove some unneeded CDEFS+=-D_TOOLS_STRINGLIST
The only source code that referenced _TOOLS_STRINGLIST was sstring.cxx and all it did was define it if it wasn't already defined.
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/addexes/makefile.mk4
-rw-r--r--tools/bootstrp/makefile.mk4
2 files changed, 2 insertions, 6 deletions
diff --git a/tools/bootstrp/addexes/makefile.mk b/tools/bootstrp/addexes/makefile.mk
index 324de9479502..45ba1470a060 100644
--- a/tools/bootstrp/addexes/makefile.mk
+++ b/tools/bootstrp/addexes/makefile.mk
@@ -1,7 +1,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -35,8 +35,6 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
-CDEFS+=-D_TOOLS_STRINGLIST
-
# --- Files --------------------------------------------------------
APP1TARGET= txtrepl
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk
index 06162f065682..b4508e1aa21f 100644
--- a/tools/bootstrp/makefile.mk
+++ b/tools/bootstrp/makefile.mk
@@ -1,7 +1,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -36,8 +36,6 @@ LIBTARGET=NO
.INCLUDE : settings.mk
-CDEFS+=-D_TOOLS_STRINGLIST
-
.IF "$(HAVE_GETOPT)" == "YES"
CDEFS += -DHAVE_GETOPT
.ENDIF