diff options
Diffstat (limited to 'package/pcre')
-rw-r--r-- | package/pcre/pcre.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index d01ca84d5..8fd6b2128 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -31,4 +31,4 @@ ifneq ($(BR2_HAVE_DEVFILES),y) PCRE_POST_INSTALL_TARGET_HOOKS += PCRE_TARGET_REMOVE_PCRE_CONFIG endif -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |