kbuild: Escape "'" in cmd macro
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 20 Sep 2003 19:14:44 +0000 (21:14 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 20 Sep 2003 19:14:44 +0000 (21:14 +0200)
commitefacc21675da4a95b7f62ad54dacf4802926c371
tree4fe1d0e3a348a0b909f0448a7e985db67fc82b1a
parent3adeaab0720fb43a1f3bc169732b15a1a581e4ad
kbuild: Escape "'" in cmd macro

Building drivers/eisa were broken in non-verbose mode.
This has been fixed by escaping "'" for cmd. It was used in $(call cmd,eisaid).
Escaping "'" is already done by if_changed, so this brings cmd in line with
if_changed
scripts/Makefile.lib