diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 10:48:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 10:48:49 +0000 |
commit | eb62b06be2da4592da0bedf2e8814bcf0f691905 (patch) | |
tree | b02b60f60a84ca5c59eba60995ecee2bd49dfff4 /solenv/inc/unxlnxi.mk | |
parent | b57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'solenv/inc/unxlnxi.mk')
-rw-r--r-- | solenv/inc/unxlnxi.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/unxlnxi.mk b/solenv/inc/unxlnxi.mk index ef37688188aa..61acc61b36a6 100644 --- a/solenv/inc/unxlnxi.mk +++ b/solenv/inc/unxlnxi.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlnxi.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2001-05-09 10:51:49 $ +# last change: $Author: hr $ $Date: 2003-03-27 11:48:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,8 +79,8 @@ JAVA_RUNTIME=-ljava_g .ENDIF .ENDIF -CC=g++ -cc=gcc +CXX*=g++ +CC*=gcc .IF "$(GLIBC)"=="2" CFLAGS=-w -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) .ELSE |