diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-05-10 16:03:24 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-05-10 16:03:24 +0200 |
commit | 0cb52efc47c042c28b5c8e1d9bd1d9fb60ef52df (patch) | |
tree | 65bad421412568d6926ce285ab5786238b01ef30 /soldep | |
parent | 1f8d19b79c14ccd081f5c60dc0f6f89bb6c1ffea (diff) | |
parent | 35170adf00ca910e1c1df1df540933e2b9e8fa39 (diff) |
merge to m77
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/util/perl.mk | 5 |
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" |