From: Mikael Pettersson Date: Sat, 30 Dec 2006 00:48:09 +0000 (-0800) Subject: [PATCH] fix mrproper incompleteness X-Git-Tag: v2.6.20-rc3~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d449db98d5d7d90f29f9f6e091b0e1d996184df1;p=pandora-kernel.git [PATCH] fix mrproper incompleteness include/linux/utsrelease.h and include/linux/version.h aren't removed any more by mrproper in kernel 2.6.20-rc2. The patch below fixes this. The definition of MRPROPER_FILES looks weird: generated-headers looks like a misspelling of generated_headers, but that one is a Makefile target, not a variable or a file, so I don't see how including it in MRPROPER_FILES could have any effect. Signed-off-by: Mikael Pettersson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed