From: Michael Heimpold Date: Sun, 8 May 2011 09:00:57 +0000 (+0000) Subject: php5: add missing $ sign (fixes #9264) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=58e6cfba19d377fec4512f729e7e473d5985569c;p=openwrt%2Fsvn-archive%2Fpackages.git php5: add missing $ sign (fixes #9264) SVN-Revision: 26847 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 04d90ad60..3bc9db093 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -96,7 +96,7 @@ define Package/php5-cli endef define Package/php5-cli/description - (call Package/php5/Default/description) + $(call Package/php5/Default/description) This package contains the CLI version of the PHP5 interpreter. endef