diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 7761bd58d5..d958659b46 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -132,7 +132,7 @@ define Build/InstallDev/Exslt endef define Build/InstallDev - $(if $(CONFIG_PACKAGE_libxslt),$(call Build/InstallDev/Xslt,$(1),$(2))) + $(call Build/InstallDev/Xslt,$(1),$(2)) $(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2))) endef