diff options
Diffstat (limited to 'package/grep')
-rw-r--r-- | package/grep/grep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 31ccaa6e8..4ed5feaa8 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -21,4 +21,4 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y) GREP_DEPENDENCIES += busybox endif -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |