diff --git a/core/definitions.mk b/core/definitions.mk index 8d9f7f5e8..99fcb98ed 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -2523,7 +2523,7 @@ $(if $(PRIVATE_JAR_EXCLUDE_PACKAGES), $(hide) echo unsupported options JAR_EXCLU $(if $(PRIVATE_JAR_MANIFEST), $(hide) echo unsupported options JAR_MANIFEST in $@; exit 53) endef -define desugar-classpath +define desugar-bootclasspath $(filter-out -classpath -bootclasspath "",$(subst :,$(space),$(1))) endef