diff --git a/make-includes/xslt_functions.make b/make-includes/xslt_functions.make index 86dcd9b..8312580 100755 --- a/make-includes/xslt_functions.make +++ b/make-includes/xslt_functions.make @@ -59,7 +59,7 @@ # Arguments: # $(1) file name of item to be resolved, WITHOUT the "file:///" # -resolve_uri = `$(JAVA) org.apache.xml.resolver.apps.resolver -u file:///$(1) uri | ( $(GREP) 'Result: file:' || $(ECHO) '::$(1)' ) | $(CUT) -d':' -f3- | $(SED) -e 's|/\([A-Z]:\)|\1|'` +resolve_uri = `$(RESOLVER) -u file:///$(1) uri | ( $(GREP) 'Result: file:' || $(ECHO) '::$(1)' ) | $(CUT) -d':' -f3- | $(SED) -e 's|/\([A-Z]:\)|\1|'` ################################################################################