mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package: drop unneeded 'call' from {generic,autotools}-package invocation
Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -22,4 +22,4 @@ define JQUERY_KEYBOARD_INSTALL_TARGET_CMDS
|
||||
$(TARGET_DIR)/var/www/layouts
|
||||
endef
|
||||
|
||||
$(eval $(call generic-package))
|
||||
$(eval $(generic-package))
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user