summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-05-10 16:03:24 +0200
committerKurt Zenker <kz@openoffice.org>2010-05-10 16:03:24 +0200
commit0cb52efc47c042c28b5c8e1d9bd1d9fb60ef52df (patch)
tree65bad421412568d6926ce285ab5786238b01ef30 /soldep
parent1f8d19b79c14ccd081f5c60dc0f6f89bb6c1ffea (diff)
parent35170adf00ca910e1c1df1df540933e2b9e8fa39 (diff)
merge to m77
Diffstat (limited to 'soldep')
-rw-r--r--soldep/util/perl.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/soldep/util/perl.mk b/soldep/util/perl.mk
index 733459a96394..8665ae89f379 100644
--- a/soldep/util/perl.mk
+++ b/soldep/util/perl.mk
@@ -26,13 +26,8 @@
#*************************************************************************
.IF "$(GUI)"=="WNT"
-.IF "$(USE_SHELL)"=="4nt"
-SOLARINC+=-I$(BUILD_TOOLS)$/perl$/lib$/core
-PERL_LIB=$(BUILD_TOOLS)$/perl$/lib$/core$/perl58.lib
-.ELSE # "$(USE_SHELL)"=="4nt"
SOLARINC+=-I$(BUILD_TOOLS)$/..$/perl$/lib$/core
PERL_LIB=$(BUILD_TOOLS)$/..$/perl$/lib$/core$/perl58.lib
-.ENDIF # "$(USE_SHELL)"=="4nt"
.ENDIF
.IF "$(OS)$(CPU)" == "LINUXI"