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)
commite5c44fd88c146755da6941d047de4d97651404a9
treee97c72787b08f9576eb14242483b09ce8850934e
parent216b2f1f718d653795024a085636d063693dd9a9
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 <sam@ravnborg.org>
scripts/Kbuild.include
scripts/Makefile.build
scripts/Makefile.host
scripts/Makefile.lib
scripts/Makefile.modpost