diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 11:58:39 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 11:58:39 +0000 |
commit | f287d156b493a03f7c6778b3239c0124cfc42515 (patch) | |
tree | 31657fff2e52df8977f57b5cca4d1ef5a7155295 /extensions/source/ole/makefile.mk | |
parent | c6de08b7d77642b4fadc027fad926300fec56ea1 (diff) |
INTEGRATION: CWS mingwport10 (1.25.100); FILE MERGED
2008/01/28 15:32:54 vg 1.25.100.1: #i85437# catch-up fixes for m243
Diffstat (limited to 'extensions/source/ole/makefile.mk')
-rw-r--r-- | extensions/source/ole/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk index 8ee9f9e6dfda..27fc3996fe65 100644 --- a/extensions/source/ole/makefile.mk +++ b/extensions/source/ole/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: hr $ $Date: 2007-06-27 14:00:46 $ +# last change: $Author: ihi $ $Date: 2008-02-04 12:58:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ USE_DEFFILE=YES USE_DEFFILE=TRUE -INCPRE+= -I$(ATL_INCLUDE) +INCPRE+= $(foreach,i,$(ATL_INCLUDE) -I$(i)) # --- Settings ----------------------------------------------------- |