]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-jni-uno-handle-no-solar-java.patch
- up
[packages/libreoffice.git] / openoffice-jni-uno-handle-no-solar-java.patch
CommitLineData
43041813 1--- bridges/source/jni_uno/makefile.mk.orig 2003-09-22 12:34:56.000000000 -0700
2+++ bridges/source/jni_uno/makefile.mk 2003-09-22 12:36:30.000000000 -0700
3@@ -72,6 +72,8 @@
4
5 # --- Files --------------------------------------------------------
6
7+.IF "$(SOLAR_JAVA)"!=""
8+
9 SLOFILES= \
10 $(SLO)$/jni_info.obj \
11 $(SLO)$/jni_data.obj \
12@@ -99,6 +101,8 @@
13 .ENDIF
14 .ENDIF
15
16+.ENDIF # "$(SOLAR_JAVA)"!=""
17+
18 # --- Targets ------------------------------------------------------
19
20 .INCLUDE : target.mk
This page took 0.136423 seconds and 4 git commands to generate.