瀏覽代碼

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>
Peter Korsgaard 12 年之前
父節點
當前提交
be7f613b90
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      package/dhcpcd/dhcpcd.mk
  2. 1 1
      package/jquery-keyboard/jquery-keyboard.mk
  3. 1 1
      package/wireshark/wireshark.mk

+ 1 - 1
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))

+ 1 - 1
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))

+ 1 - 1
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))