summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-13 20:03:16 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-13 20:03:16 +0000
commitf068f0988985de74864b7ea135d515dea7518591 (patch)
tree2fae4cf076c377f1e7866179bc9df9c2cad74acc /solenv/inc/unxmacxp.mk
parent45b46acf3e9a3ada6e7a43fe20be37cee5ff0210 (diff)
Moved system inlude -I options from configuration files to here
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index 680322a931fa..6379715db95e 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.36 $
+# $Revision: 1.37 $
#
-# last change: $Author: pluby $ $Date: 2001-03-13 10:18:14 $
+# last change: $Author: pluby $ $Date: 2001-03-13 21:03:16 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -102,6 +102,10 @@ CC=cc
cc=cc
objc=cc
CFLAGS=-c $(INCLUDE)
+.IF "$(shell uname -r)"!="1.2"
+CFLAGS+=-I/System/Library/Frameworks/System.framework/Versions/B/Headers/bsd \
+ -I/System/Library/Frameworks/System.framework/Versions/B/Headers/c++
+.ENDIF
CFLAGSCC=-pipe -traditional-cpp
OBJCFLAGS=-no-precomp