diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:39:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:39:36 +0000 |
commit | 4952010a8dac968295ad3638d86f7046441f32b2 (patch) | |
tree | 39ffef7c8c77f226465c51d3100a2b670af5dd42 /odk/util/makefile.pmk | |
parent | 25e0166d0685d070bad15e1832553fe505e753fd (diff) |
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.pmk | 8 |
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) |