diff options
Diffstat (limited to 'package/protobuf')
-rw-r--r-- | package/protobuf/protobuf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 9010626db..6e49dd365 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -17,5 +17,5 @@ ifeq ($(BR2_PACKAGE_ZLIB),y) PROTOBUF_DEPENDENCIES += zlib endif -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) $(eval $(host-autotools-package)) |