diff options
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index fee2c9211..31de2898b 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -229,4 +229,4 @@ endef PHP_CONF_ENV += CFLAGS="$(PHP_CFLAGS)" -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |