diff options
Diffstat (limited to 'internal_comp_deps.mk')
-rw-r--r-- | internal_comp_deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk index f7618917..eaf06581 100644 --- a/internal_comp_deps.mk +++ b/internal_comp_deps.mk @@ -394,7 +394,7 @@ endif then echo "Error: could not get component SETUPSDK file $@" ; \ fi # apache-axis java classes ####################################### -AXIS = axis-bin-$(AXIS_VERSION).zip +AXIS = axis-$(AXIS_VERSION).zip AXIS_FILES = $(AXIS) AXIS_RELEASE = $(COMPONENTS_DIR)/axis #AXISJAR_DIR = $(AXISJAR_RELEASE)/$(AXISJAR_COMP)/$(AXISJAR_VERSION) |