diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-26 11:31:47 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-26 11:31:47 +0000 |
commit | 4b90c565e7114a1006b6d5ff03c9555a4b3df99a (patch) | |
tree | 0b6198ece883c8e5837c748d6b048e8c18c4eee6 | |
parent | aa0edb32aa25822028c3018cfbe83dc15e4e69c8 (diff) |
#i10000# #i93984# Get build fixes from ooo300m8masterfix.
-rw-r--r-- | saxon/makefile.mk | 2 | ||||
-rw-r--r-- | stax/makefile.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/saxon/makefile.mk b/saxon/makefile.mk index 6c6a742ff1ed..5f207c3bd028 100644 --- a/saxon/makefile.mk +++ b/saxon/makefile.mk @@ -63,5 +63,7 @@ OUT2CLASS= saxon-build$/9.0.0.7$/bj$/saxon9.jar .INCLUDE : set_ext.mk .INCLUDE : target.mk +.IF "$(SOLAR_JAVA)" != "" .INCLUDE : tg_ext.mk +.ENDIF diff --git a/stax/makefile.mk b/stax/makefile.mk index a797a74a5750..555c0504abda 100644 --- a/stax/makefile.mk +++ b/stax/makefile.mk @@ -64,5 +64,7 @@ OUT2CLASS=jsr173_1.0_api.jar .INCLUDE : set_ext.mk .INCLUDE : target.mk +.IF "$(SOLAR_JAVA)" != "" .INCLUDE : tg_ext.mk +.ENDIF |