From be7f613b90b01cdad0e1348ead3d70f72cbcbab2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 11 Sep 2013 13:05:01 +0200 Subject: [PATCH] package: drop unneeded 'call' from {generic,autotools}-package invocation Reported-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- package/dhcpcd/dhcpcd.mk | 2 +- package/jquery-keyboard/jquery-keyboard.mk | 2 +- package/wireshark/wireshark.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk index 9d4a72beb..5296db874 100644 --- a/package/dhcpcd/dhcpcd.mk +++ b/package/dhcpcd/dhcpcd.mk @@ -39,4 +39,4 @@ endef # NOTE: Even though this package has a configure script, it is not generated # using the autotools, so we have to use the generic package infrastructure. -$(eval $(call generic-package)) +$(eval $(generic-package)) diff --git a/package/jquery-keyboard/jquery-keyboard.mk b/package/jquery-keyboard/jquery-keyboard.mk index 0d9b69b59..c429f16e2 100644 --- a/package/jquery-keyboard/jquery-keyboard.mk +++ b/package/jquery-keyboard/jquery-keyboard.mk @@ -22,4 +22,4 @@ define JQUERY_KEYBOARD_INSTALL_TARGET_CMDS $(TARGET_DIR)/var/www/layouts endef -$(eval $(call generic-package)) +$(eval $(generic-package)) diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index a61e01725..a105e5284 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -20,4 +20,4 @@ WIRESHARK_CONF_OPT = --disable-wireshark --without-krb5 --disable-usr-local \ --enable-static=no --with-gnutls=no --with-libsmi=no \ --includedir=$(STAGING_DIR)/usr/include -$(eval $(call autotools-package)) +$(eval $(autotools-package))