don't use 'localversion*' files twice
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 23:05:15 +0000 (15:05 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 23:05:15 +0000 (15:05 -0800)
commitfd19e44f449f7e2e58d42d7bb6813e2292c38fba
tree0c5c6af2e6a6d9a88e4a502da77940f8e20caa17
parentebaf0c6032f525ddb0158fb59848d41899dce8cd
don't use 'localversion*' files twice

Since we look in both source and object directories for localversion*
files, we accidentally ended up getting them twice.  Use 'sort -u' to
avoid that.

Reported-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile