diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-20 02:48:53 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-20 02:48:53 +0000 |
commit | 799ecf1a764db97300a15b93517e5360f6e73acc (patch) | |
tree | 0c853eeef86a084d6916363da9afca3e2668a1ad | |
parent | c60f48f9b2286214adf33a73370a23b0573ce65f (diff) |
Removed unnecessary -I options
-rw-r--r-- | solenv/inc/unxmacxp.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk index 6379715db95e..959d5a107de3 100644 --- a/solenv/inc/unxmacxp.mk +++ b/solenv/inc/unxmacxp.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxmacxp.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.38 $ # -# last change: $Author: pluby $ $Date: 2001-03-13 21:03:16 $ +# last change: $Author: pluby $ $Date: 2001-03-20 03:48:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -102,10 +102,6 @@ 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 |