diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-22 22:30:13 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-22 22:30:13 +0200 |
commit | da3b268d9d6a8d6e14c8f489455b28c351c054c4 (patch) | |
tree | 443f1221cdc0e4db62b2c0568105888145cdbd54 /stax | |
parent | e6b791c68ca57a6e4403ae9a6eb1dd812c133706 (diff) |
configure25: fix stax build
Diffstat (limited to 'stax')
-rw-r--r-- | stax/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stax/makefile.mk b/stax/makefile.mk index 63577615f874..0c755a87e56e 100644 --- a/stax/makefile.mk +++ b/stax/makefile.mk @@ -64,6 +64,7 @@ TARFILE_ROOTDIR=src BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar javax$/xml$/stream$/*.class javax$/xml$/stream$/events$/*.class javax$/xml$/stream$/util$/*.class OUT2CLASS=jsr173_1.0_api.jar +.ENDIF # "$(BUILD_STAX)" != "YES" .ELSE # $(SOLAR_JAVA)!= "" nojava: @@ -77,4 +78,3 @@ nojava: .INCLUDE : tg_ext.mk .ENDIF -.ENDIF # "$(BUILD_STAX)" != "YES" |