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 | 3237671f5e0dc1e8b31761e788c3662c773e424b (patch) | |
tree | eaaf18ca2e512341ef5e04ec7a9d5b5ef595574a | |
parent | fe90040d60d7db3b24086c5a62b63b1f8c56e55e (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
-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 8ee9f9e6d..27fc3996f 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 ----------------------------------------------------- |