From 4952010a8dac968295ad3638d86f7046441f32b2 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 17 Jun 2005 08:39:36 +0000 Subject: 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). --- odk/util/makefile.pmk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odk/util/makefile.pmk') 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) -- cgit