diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-05 21:00:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-05 21:00:30 +0000 |
commit | 5597da12102f5de2a7c9048d8c2f138621656a08 (patch) | |
tree | fef0d508180f724beaed454f6d40c20d8baf87b5 /solenv/inc/unxbsdi.mk | |
parent | 9485f10f8883509b98705e97f1f5d66edf515c4c (diff) |
INTEGRATION: CWS ause058 (1.12.294); FILE MERGED
2006/06/26 12:29:35 hjs 1.12.294.2: RESYNC: (1.12-1.13); FILE MERGED
2006/06/13 16:21:20 hjs 1.12.294.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
Diffstat (limited to 'solenv/inc/unxbsdi.mk')
-rw-r--r-- | solenv/inc/unxbsdi.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxbsdi.mk b/solenv/inc/unxbsdi.mk index 17fe5fe20ee8..8f15ca1135e1 100644 --- a/solenv/inc/unxbsdi.mk +++ b/solenv/inc/unxbsdi.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxbsdi.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2006-06-19 17:13:09 $ +# last change: $Author: kz $ $Date: 2006-07-05 22:00:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ CXX*=g++ # name of C Compiler CC*=gcc # flags for C and C++ Compiler -CFLAGS+=-c $(INCLUDE) +CFLAGS+=-c # flags for the C++ Compiler CFLAGSCC= -pipe $(ARCH_FLAGS) # Flags for enabling exception handling |