DOWNLOAD: don't use := assignment for function implementation
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Jan 2009 12:30:07 +0000 (12:30 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Jan 2009 12:30:07 +0000 (12:30 -0000)
commit3e06e4cec64dd8fa896c8a989f7fffdb6fa91b82
treed566c094ee311ef624e7dad2bbc46ae996687c76
parent3ff43a6838a6a67d58513ac47b2fe68b0f1d6713
DOWNLOAD: don't use := assignment for function implementation

:= causes the function parameters to get evaluated at definition time
instead of implementation time, which is kind of silly for a function.

Fixes make source-check / external-deps
package/Makefile.autotools.in