Re: [PATCH] refix localversion handling

2007-02-07 Thread Oleg Verych
On Thu, Feb 08, 2007 at 01:13:39AM +0100, Roman Zippel wrote: > Hi, > > This reverts part of the localversion patch, which now already got into > git. It removes the unnecessary find call, with the simpler $(notdir ...) > fix. I'm certainly have more stuff to deal with, but that was my attept t

[PATCH] refix localversion handling

2007-02-07 Thread Roman Zippel
Hi, This reverts part of the localversion patch, which now already got into git. It removes the unnecessary find call, with the simpler $(notdir ...) fix. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- Makefile | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) Index