diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-12 06:32:42 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-12 06:32:42 -0800 |
commit | 08ecc7591609573694a8cf09a9d8ca6477e20db6 (patch) | |
tree | f5f28645bd7fd42adabdd49b1244ced9d5289d8a /tools/bootstrp | |
parent | 19b88e3570cd9519c0efcc95204884479c73e1c7 (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.mk | 4 | ||||
-rw-r--r-- | tools/bootstrp/makefile.mk | 4 |
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 |