diff options
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 1f56fdd3b..9136ed578 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -11,8 +11,6 @@ ifeq ($(BR2_ENABLE_DEBUG),y) # install-exec doesn't install aclocal stuff LIBTOOL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install endif -LIBTOOL_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,libtool)) # libtool for the host |