From: Mike Frysinger Date: Tue, 30 Jan 2007 22:35:55 +0000 (-0800) Subject: [PATCH] translate dashes in filenames for headers install X-Git-Tag: v2.6.20-rc7~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec268be36e79d99443efc4be3a617d6efc6f719b;p=pandora-kernel.git [PATCH] translate dashes in filenames for headers install The current filename->define translation does not scrub dashes so when creating stub defines for like asm-x86_64/ptrace-abi.h, we get: #define __ASM_STUB_PTRACE-ABI_H gcc just hates that sort of thing :) trivial attached patch adds - to the tr list to scrub it to _ Signed-off-by: Mike Frysinger Cc: David Woodhouse Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed