build: remove @ as it's causing an error
authorPhilip Prindeville <philipp@redfish-solutions.com>
Tue, 19 Sep 2017 21:17:09 +0000 (15:17 -0600)
committerJohn Crispin <john@phrozen.org>
Wed, 20 Sep 2017 06:50:49 +0000 (08:50 +0200)
commit76ba01a39216b8460846808b2fc10d5ee230a324
tree90bc8e5e4bdeb2243ddfb2c9072d26f54424c9d4
parent40fd77fd10e70b7877655c35a03683b9da38e677
build: remove @ as it's causing an error

Since $(DownloadMethod/unknown) is being invoked in the expansion of
$(call locked ...) anyway, you can't have an @ because the shell
doesn't know what to do with it.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
include/download.mk