[PATCH] Correctly strip kernel defines from userspace CFLAGS

2007-10-29 Thread Jeff Dike
KERNEL_DEFINES needs whitespace trimmed, otherwise the whitespace crunching done by make fools the patsubst which is used to remove KERNEL_DEFINES from USER_CFLAGS. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> --- arch/um/Makefile |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)

[PATCH] Correctly strip kernel defines from userspace CFLAGS

2007-10-29 Thread Jeff Dike
KERNEL_DEFINES needs whitespace trimmed, otherwise the whitespace crunching done by make fools the patsubst which is used to remove KERNEL_DEFINES from USER_CFLAGS. Signed-off-by: Jeff Dike [EMAIL PROTECTED] --- arch/um/Makefile |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)