From 6c6cb0670986717b42f8de03fd020abb3fa120fb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 19:20:18 +0000 Subject: - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) --- package/php/php.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/php') diff --git a/package/php/php.mk b/package/php/php.mk index 3a1573779..df4317f68 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -91,7 +91,7 @@ $(PHP_DIR)/.configured: $(PHP_DIR)/.unpacked $(PHP_CLI) \ $(PHP_CGI) \ $(PHP_ZLIB) \ - ); + ) touch $(PHP_DIR)/.configured $(PHP_DIR)/.built: $(PHP_DIR)/.configured -- cgit v1.2.3