diff options
Diffstat (limited to 'package/tar/tar.mk')
-rw-r--r-- | package/tar/tar.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tar/tar.mk b/package/tar/tar.mk index e36c1cb0f..c1e625fa4 100644 --- a/package/tar/tar.mk +++ b/package/tar/tar.mk @@ -13,7 +13,7 @@ TAR_DEPENDENCIES += busybox HOST_TAR_DEPENDENCIES = endif -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) # host-tar: use cpio.gz instead of tar.gz to prevent chicken-egg problem # of needing tar to build tar. |