diff options
Diffstat (limited to 'package/grep/grep.mk')
-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 bfc911663..e8b9cfef2 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -15,4 +15,4 @@ GREP_CONF_ENV += LIBS=-liconv GREP_DEPENDENCIES += libiconv endif -$(eval $(call AUTOTARGETS,package,grep)) +$(eval $(call AUTOTARGETS)) |