summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stax/makefile.mk4
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"