kbuild: fix make -rR breakage
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 24 Jun 2006 20:50:18 +0000 (22:50 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 24 Jun 2006 21:13:59 +0000 (23:13 +0200)
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 <sam@ravnborg.org>
scripts/Kbuild.include
scripts/Makefile.build
scripts/Makefile.host
scripts/Makefile.lib
scripts/Makefile.modpost

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge