summaryrefslogtreecommitdiffstats
path: root/odk/util/makefile.pmk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 08:39:36 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 08:39:36 +0000
commit4952010a8dac968295ad3638d86f7046441f32b2 (patch)
tree39ffef7c8c77f226465c51d3100a2b670af5dd42 /odk/util/makefile.pmk
parentINTEGRATION: CWS sb31 (1.7.14); FILE MERGED (diff)
downloadcore-4952010a8dac968295ad3638d86f7046441f32b2.tar.gz
core-4952010a8dac968295ad3638d86f7046441f32b2.zip
INTEGRATION: CWS sb31 (1.43.14); FILE MERGED
2005/06/08 12:34:25 sb 1.43.14.1: Speed up odk build (change made by Ause).
Diffstat (limited to 'odk/util/makefile.pmk')
-rw-r--r--odk/util/makefile.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index 05c6ef30bbcb..427b72cc9641 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.43 $
+# $Revision: 1.44 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 17:23:25 $
+# last change: $Author: obo $ $Date: 2005-06-17 09:39:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -214,7 +214,7 @@ INCLUDETOPDIRLIST= \
INCLUDETOPDIRLIST += $(INCOUT)$/systools
.ENDIF
-INCLUDEDIRLIST={$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type d -print))}
+INCLUDEDIRLIST:={$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type d -print))}
INCLUDEFILELIST=\
$(INCOUT)$/udkversion.mk \
@@ -229,7 +229,7 @@ INCLUDEFILELIST=\
$(INCOUT)$/com$/sun$/star$/uno$/Type.h \
$(INCOUT)$/com$/sun$/star$/uno$/Type.hxx
-INCLUDELIST=\
+INCLUDELIST:=\
{$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type f -print))} \
$(INCLUDEFILELIST)