diff options
Diffstat (limited to 'package/libtool/libtool.mk')
-rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index e21e8f3e5..4b9657c0f 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -10,7 +10,7 @@ LIBTOOL_INSTALL_STAGING = YES HOST_LIBTOOL_LIBTOOL_PATCH = NO -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) $(eval $(host-autotools-package)) # variables used by other packages |