From: Jo-Philipp Wich Date: Thu, 3 Mar 2011 13:36:17 +0000 (+0000) Subject: libxslt: fix InstallDev after r25729 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eaeab81aae248c3e5a1b0814aedca92035efaa87;p=openwrt%2Fsvn-archive%2Fpackages.git libxslt: fix InstallDev after r25729 SVN-Revision: 25850 --- diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index e032941cc..262339934 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -116,8 +116,8 @@ define Build/InstallDev/Exslt endef define Build/InstallDev - $(if $(CONFIG_PACKAGE_libxslt),$(call Build/InstallDev/Xslt,$(1))) - $(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1))) + $(if $(CONFIG_PACKAGE_libxslt),$(call Build/InstallDev/Xslt,$(1),$(2))) + $(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2))) endef define Package/libxslt/install