summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-10 11:44:23 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-10 13:45:04 +0200
commite68a920f72ed2fe48e66af926a4e6e2f6ed29040 (patch)
treeb1777cd171f616b61082dd0e5b7799374af399d2
parent2401f2aa1c74bf7b35f3ee780af74ed7882bc449 (diff)
solenv/inc/Xp31 is crack
-rwxr-xr-xset_soenv.in2
-rw-r--r--tools/Library_tl.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 6ccb3c9263a8..91ffcc36c12e 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1268,8 +1268,6 @@ if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
$SOLARINC .= $I.$COMPATH.$INCLUDE;
}
- $SOLARINC .= $I.'$SOLARENV'.$INC.$ds."Xp31";
-
# pickup system jpeg over java jpeg on OpenBSD
if ($platform =~ m/openbsd/)
{ $SOLARINC .= $I.$USR_LOCAL.$INCLUDE;
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 13b18c5d65ac..64657b52186d 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_include,tl,\
-I$(realpath $(SRCDIR)/tools/inc) \
-I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/solenv/inc \
- -I$(SRCDIR)/solenv/inc/Xp31 \
-I$(WORKDIR)/CustomTarget/tools/source/reversemap \
))