diff options
Diffstat (limited to 'package/libnl/libnl.mk')
-rw-r--r-- | package/libnl/libnl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index 82d9b7641..f757b1b25 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -26,4 +26,4 @@ ifneq ($(BR2_PACKAGE_LIBNL_TOOLS),y) LIBNL_POST_INSTALL_TARGET_HOOKS += LIBNL_REMOVE_TOOLS endif -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |