diff options
Diffstat (limited to 'package/htop/htop.mk')
-rw-r--r-- | package/htop/htop.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/htop/htop.mk b/package/htop/htop.mk index 353569724..9fa5bec54 100644 --- a/package/htop/htop.mk +++ b/package/htop/htop.mk @@ -11,4 +11,4 @@ HTOP_AUTORECONF = YES HTOP_CONF_OPT = --disable-unicode HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |