diff options
Diffstat (limited to 'package/libusb-compat/libusb-compat.mk')
-rw-r--r-- | package/libusb-compat/libusb-compat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libusb-compat/libusb-compat.mk b/package/libusb-compat/libusb-compat.mk index 9920d5a3a..1659fd147 100644 --- a/package/libusb-compat/libusb-compat.mk +++ b/package/libusb-compat/libusb-compat.mk @@ -17,5 +17,5 @@ endef LIBUSB_COMPAT_POST_INSTALL_STAGING_HOOKS+=LIBUSB_COMPAT_FIXUP_CONFIG -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) $(eval $(host-autotools-package)) |