diff options
Diffstat (limited to 'package/pcre/pcre.mk')
-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 d2a13318f..453565691 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -29,4 +29,4 @@ ifneq ($(BR2_HAVE_DEVFILES),y) PCRE_POST_INSTALL_TARGET_HOOKS += PCRE_TARGET_REMOVE_PCRE_CONFIG endif -$(eval $(call AUTOTARGETS,package,pcre)) +$(eval $(call AUTOTARGETS)) |