diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-22 22:56:36 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-22 22:56:36 +0200 |
commit | 42df59402370e551c92c18e62c8d6c4d2aff4cc3 (patch) | |
tree | 07680ccc057ad27111e5e0cb5302af5701cd87f5 /stax | |
parent | da3b268d9d6a8d6e14c8f489455b28c351c054c4 (diff) |
configure25: per request of QA: external/StAX -> stax/download
Diffstat (limited to 'stax')
-rw-r--r-- | stax/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stax/makefile.mk b/stax/makefile.mk index 0c755a87e56e..ff3238bd6bea 100644 --- a/stax/makefile.mk +++ b/stax/makefile.mk @@ -47,11 +47,9 @@ all: @echo "Therefore the files provided here does not need to be built in addition." .ENDIF -EXTERNAL_DIR=$(PRJ)$/..$/external/StAX - .IF "$(BUILD_STAX)" != "YES" -$(OUT)$/class$/jsr173_1.0_api.jar : $(EXTERNAL_DIR)$/jsr173_1.0_api.jar +$(OUT)$/class$/jsr173_1.0_api.jar : $(PRJ)$/download$/jsr173_1.0_api.jar +$(COPY) $< $@ .ELSE # "$(BUILD_STAX)" != "YES" |