Commit be7f613b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package: drop unneeded 'call' from {generic,autotools}-package invocation

parent c403fedb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))
+1 −1
Original line number Diff line number Diff line
@@ -22,4 +22,4 @@ define JQUERY_KEYBOARD_INSTALL_TARGET_CMDS
		$(TARGET_DIR)/var/www/layouts
endef

$(eval $(call generic-package))
$(eval $(generic-package))
+1 −1
Original line number Diff line number Diff line
@@ -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))