From: Sam Ravnborg Date: Sat, 24 Jun 2006 20:50:18 +0000 (+0200) Subject: kbuild: fix make -rR breakage X-Git-Tag: v2.6.18-rc1~602^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c44fd88c146755da6941d047de4d97651404a9;p=pandora-kernel.git kbuild: fix make -rR breakage make failed to supply the filename when using make -rR and using $(*F) to get target filename without extension. This bug was not reproduceable in small scale but using: $(basename $(notdir $@)) fixes it with same functionality. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed