From: Nicolas Pitre Date: Wed, 2 Mar 2011 17:08:55 +0000 (+0100) Subject: ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expanded... X-Git-Tag: v2.6.39-rc1~463^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf7cf06c92ba46ac0e0654ad8aad4c93ae412db;p=pandora-kernel.git ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expanded variable The simply expanded variable may be evaluated before the target file for the stat command is up to date or even exists. Switching to a recursively expanded variable move the execution of the stat command to the location where LDFLAGS_vmlinux is actually used, fixing the dependency issue introduced by patch #6746/1. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed