summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-16 13:33:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-16 13:33:08 +0000
commita87de10f70fba88c75f15781dea616e6ca99e8ed (patch)
treed4f012d32d6d6f7a1cfb57c64f0f1ff53f0ba173 /i18npool
parentb887928c7cbf9014e4f19628ab090f560a104733 (diff)
INTEGRATION: CWS ause085 (1.10.48); FILE MERGED
2007/11/26 15:00:05 hjs 1.10.48.2: #i83981# makefile fixes 2007/09/25 11:37:43 hjs 1.10.48.1: #i81650# fix makefiles to avoid useless dependency recreation
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/makefile.mk16
1 files changed, 11 insertions, 5 deletions
diff --git a/i18npool/source/localedata/makefile.mk b/i18npool/source/localedata/makefile.mk
index b18b985221da..bd8c4fb13d9c 100644
--- a/i18npool/source/localedata/makefile.mk
+++ b/i18npool/source/localedata/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: vg $ $Date: 2007-02-06 14:05:40 $
+# last change: $Author: ihi $ $Date: 2008-01-16 14:33:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -66,19 +66,25 @@ CDEFS+=-D__STD_LIMITS
SLOFILES= $(SLO)$/localedata.obj
-APP1TARGET = saxparser
-
-APP1OBJS = \
+OBJFILES = \
$(OBJ)$/saxparser.obj \
$(OBJ)$/LocaleNode.obj \
$(OBJ)$/filewriter.obj
+APP1TARGET = saxparser
+
+APP1OBJS = $(OBJFILES)
APP1STDLIBS = \
$(SALLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB)
+DEPOBJFILES = \
+ $(OBJ)$/saxparser.obj \
+ $(OBJ)$/LocaleNode.obj \
+ $(OBJ)$/filewriter.obj
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk